ReadOnlyOrientationPropertyWrapper
class ReadOnlyOrientationPropertyWrapper(wraps: OrientationProperty) : ReadOnlyPropertyWrapper<Orientation, Property<Orientation>> , ReadOnlyOrientationProperty
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
.