optionalBackgroundProperty

A Kotlin delegate to create an OptionalBackgroundProperty (the implementation will be a SimpleOptionalBackgroundProperty. Typical usage :

val fooProperty by optionalBackgroundProperty( initialValue )
var foo by fooProperty