SimpleThemeProperty
open class SimpleThemeProperty(initialValue: Theme, bean: Any? = null, beanName: String? = null) : SimpleProperty<Theme> , ThemeProperty
Boilerplate which avoids having to use generics. Instead of SimpleProperty<Theme>
, we can use SimpleThemeProperty
.