SimpleStylableProperty
abstract class SimpleStylableProperty<V>(initialValue: V, bean: Any? = null, beanName: String? = null) : SimpleProperty<V> , StylableProperty<V>
A SimpleProperty, which is also a StylableProperty. This is the only concrete implementation of StylableProperty used within Glok, but you are free to create other implementations if you need to.