ReadOnlyImagePropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Image, Property<Image>>, use ReadOnlyImagePropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: ImageProperty)