ReadOnlyFontStylePropertyWrapper
class ReadOnlyFontStylePropertyWrapper(wraps: FontStyleProperty) : ReadOnlyPropertyWrapper<FontStyle, Property<FontStyle>> , ReadOnlyFontStyleProperty
Never use this class directly. Use FontStyleProperty.asReadOnly to obtain a read-only version of a mutable FontStyleProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<FontStyle, Property<FontStyle>>
, use ReadOnlyFontStylePropertyWrapper
.