SimpleOptionalFloatProperty
open class SimpleOptionalFloatProperty(initialValue: Float?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Float?> , OptionalFloatProperty
Boilerplate which avoids having to use generics.
Similar to SimpleFloatProperty, but the value can also be null
.