optionalAlignmentProperty

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

val fooProperty by optionalAlignmentProperty( initialValue )
var foo by fooProperty