ReadOnlyFontStylePropertyWrapper

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.

Constructors

Link copied to clipboard
constructor(wraps: FontStyleProperty)