ReadOnlyOptionalBorderPropertyWrapper
class ReadOnlyOptionalBorderPropertyWrapper(wraps: OptionalBorderProperty) : ReadOnlyPropertyWrapper<Border?, Property<Border?>> , ReadOnlyOptionalBorderProperty
Boilerplate which avoids having to use generics.
Similar to ReadOnlyBorderPropertyWrapper, but the value can also be null
.