floatProperty

A Kotlin delegate to create a FloatProperty (the implementation will be a SimpleFloatProperty. Typical usage :

val fooProperty by floatProperty( initialValue )
var foo by fooProperty