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
Content copied to clipboard
A Kotlin delegate
to create a ThemeProperty (the implementation will be a SimpleThemeProperty. Typical usage :
val fooProperty by themeProperty( initialValue )
var foo by fooProperty