ReadOnlyTextPositionPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<TextPosition, Property<TextPosition>>, use ReadOnlyTextPositionPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: TextPositionProperty)