Factory

Factory interface for creating instances of VisibilityState.

Functions

Link copied to clipboard
abstract fun create(initialState: Boolean): T

Creates a new instance of VisibilityState with the given initial state.