decoratedRowRange

fun Panel.decoratedRowRange(title: String? = null, indent: Boolean, init: Panel.() -> Unit): RowsRange(source)

Creates and returns a range of rows from init, headed by an underlined title if and only if title is not null, and indented if and only if indent is true.