optionalValidatedDoubleProperty

A Kotlin delegate to create an OptionalValidatedDoubleProperty. Typical usage :

val fooProperty by optionalValidatedDoubleProperty( initialValue ) { value -> ... }
var foo by fooProperty