CSBoolean Late Store Property
class CSBooleanLateStoreProperty( store: CSStore, key: String, onChange: (value: Boolean) -> Unit? = null) : CSLateStorePropertyBase<Boolean> , CSStoreProperty<Boolean>
Content copied to clipboard
Constructors
Link copied to clipboard
fun CSBooleanLateStoreProperty( store: CSStore, key: String, onChange: (value: Boolean) -> Unit? = null)
Content copied to clipboard