optionalOrientationProperty

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

val fooProperty by optionalOrientationProperty( initialValue )
var foo by fooProperty