indentationProperty 
  fun indentationProperty(initialValue: Indentation): PropertyDelegate<Indentation, IndentationProperty>
A Kotlin delegate to create a IndentationProperty (the implementation will be a SimpleIndentationProperty. Typical usage :
val fooProperty by indentationProperty( initialValue )
var foo by fooPropertyContent copied to clipboard