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