SimpleOptionalBackgroundProperty
open class SimpleOptionalBackgroundProperty(initialValue: Background?, bean: Any? = null, beanName: String? = null) : SimpleProperty<Background?> , OptionalBackgroundProperty
Boilerplate which avoids having to use generics.
Similar to SimpleBackgroundProperty, but the value can also be null
.