ReadOnlyFloatPropertyWrapper

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

Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Float, Property<Float>>, use ReadOnlyFloatPropertyWrapper.

Constructors

Link copied to clipboard
constructor(wraps: FloatProperty)