optionalIntProperty
A Kotlin delegate
to create an OptionalIntProperty (the implementation will be a SimpleOptionalIntProperty. Typical usage :
val fooProperty by optionalIntProperty( initialValue )
var foo by fooProperty
Content copied to clipboard