optionalTextPositionProperty
fun optionalTextPositionProperty(initialValue: TextPosition?): PropertyDelegate<TextPosition?, 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
Content copied to clipboard