ReadOnlyThemePropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Theme, Property<Theme>>, use ReadOnlyThemePropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: ThemeProperty)