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