sideProperty
A Kotlin delegate
to create a SideProperty (the implementation will be a SimpleSideProperty. Typical usage :
val fooProperty by sideProperty( initialValue )
var foo by fooProperty
Content copied to clipboard
A Kotlin delegate
to create a SideProperty (the implementation will be a SimpleSideProperty. Typical usage :
val fooProperty by sideProperty( initialValue )
var foo by fooProperty