ReadOnlyStandardCursorPropertyWrapper

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.

Constructors

Link copied to clipboard
constructor(wraps: StandardCursorProperty)