ReadOnlyOptionalOrientationPropertyWrapper
class ReadOnlyOptionalOrientationPropertyWrapper(wraps: OptionalOrientationProperty) : ReadOnlyPropertyWrapper<Orientation?, Property<Orientation?>> , ReadOnlyOptionalOrientationProperty
Boilerplate which avoids having to use generics.
Similar to ReadOnlyOrientationPropertyWrapper, but the value can also be null
.