ReadOnlyOptionalBackgroundPropertyWrapper
class ReadOnlyOptionalBackgroundPropertyWrapper(wraps: OptionalBackgroundProperty) : ReadOnlyPropertyWrapper<Background?, Property<Background?>> , ReadOnlyOptionalBackgroundProperty
Boilerplate which avoids having to use generics.
Similar to ReadOnlyBackgroundPropertyWrapper, but the value can also be null
.