CSBoolean Nullable Store Property
class CSBooleanNullableStoreProperty( store: CSStore, key: String, val default: Boolean? = null, onChange: (value: Boolean?) -> Unit? = null) : CSValueStoreProperty<Boolean?>
Content copied to clipboard