optionalTextPositionProperty

A Kotlin delegate to create an OptionalTextPositionProperty (the implementation will be a SimpleOptionalTextPositionProperty. Typical usage :

val fooProperty by optionalTextPositionProperty( initialValue )
var foo by fooProperty