indentationProperty

A Kotlin delegate to create a IndentationProperty (the implementation will be a SimpleIndentationProperty. Typical usage :

val fooProperty by indentationProperty( initialValue )
var foo by fooProperty