ReadOnlyBooleanPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Boolean, Property<Boolean>>, use ReadOnlyBooleanPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: BooleanProperty)