ReadOnlyThemePropertyWrapper
class ReadOnlyThemePropertyWrapper(wraps: ThemeProperty) : ReadOnlyPropertyWrapper<Theme, Property<Theme>> , ReadOnlyThemeProperty
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
.