ReadOnlyAlignmentPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Alignment, Property<Alignment>>, use ReadOnlyAlignmentPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: AlignmentProperty)