ReadOnlyOrientationPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Orientation, Property<Orientation>>, use ReadOnlyOrientationPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: OrientationProperty)