ReadOnlyBorderPropertyWrapper
class ReadOnlyBorderPropertyWrapper(wraps: BorderProperty) : ReadOnlyPropertyWrapper<Border, Property<Border>> , ReadOnlyBorderProperty
Never use this class directly. Use BorderProperty.asReadOnly to obtain a read-only version of a mutable BorderProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Border, Property<Border>>
, use ReadOnlyBorderPropertyWrapper
.