buttonMeaningProperty
fun buttonMeaningProperty(initialValue: ButtonMeaning): PropertyDelegate<ButtonMeaning, ButtonMeaningProperty>
A Kotlin delegate
to create a ButtonMeaningProperty (the implementation will be a SimpleButtonMeaningProperty. Typical usage :
val fooProperty by buttonMeaningProperty( initialValue )
var foo by fooProperty
Content copied to clipboard