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.

Constructors

Link copied to clipboard
constructor(initialValue: Theme, bean: Any? = null, beanName: String? = null)