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