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