optionalBackgroundProperty
fun optionalBackgroundProperty(initialValue: Background?): PropertyDelegate<Background?, 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
Content copied to clipboard