ReadOnlyTogglePropertyWrapper
class ReadOnlyTogglePropertyWrapper(wraps: ToggleProperty) : ReadOnlyPropertyWrapper<Toggle, Property<Toggle>> , ReadOnlyToggleProperty
Never use this class directly. Use ToggleProperty.asReadOnly to obtain a read-only version of a mutable ToggleProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Toggle, Property<Toggle>>
, use ReadOnlyTogglePropertyWrapper
.