ReadOnlyToggleGroupPropertyWrapper

Never use this class directly. Use ToggleGroupProperty.asReadOnly to obtain a read-only version of a mutable ToggleGroupProperty.

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<ToggleGroup, Property<ToggleGroup>>, use ReadOnlyToggleGroupPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: ToggleGroupProperty)