themeProperty

A Kotlin delegate to create a ThemeProperty (the implementation will be a SimpleThemeProperty. Typical usage :

val fooProperty by themeProperty( initialValue )
var foo by fooProperty