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