ReadOnlyTogglePropertyWrapper

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.

Constructors

Link copied to clipboard
constructor(wraps: ToggleProperty)