doubleProperty
A Kotlin delegate
to create a DoubleProperty (the implementation will be a SimpleDoubleProperty. Typical usage :
val fooProperty by doubleProperty( initialValue )
var foo by fooProperty
Content copied to clipboard
A Kotlin delegate
to create a DoubleProperty (the implementation will be a SimpleDoubleProperty. Typical usage :
val fooProperty by doubleProperty( initialValue )
var foo by fooProperty