ReadOnlyBackgroundPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Background, Property<Background>>, use ReadOnlyBackgroundPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: BackgroundProperty)