printerProperty
A Kotlin delegate to create a PrinterProperty (the implementation will be a SimplePrinterProperty. Typical usage :
val fooProperty by printerProperty( initialValue )
var foo by myFooPropertyContent copied to clipboard