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