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