term

fun term(term: Widget)

Set the term for this entry


fun term(term: String, whitespace: Whitespace = Whitespace.PRE, align: TextAlign = TextAlign.NONE, overflowWrap: OverflowWrap = OverflowWrap.NORMAL, width: Int? = null)

Set the term for this entry to a Text widget.

All function parameters are forwarded to the Text constructor.