DefinitionListEntryBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun description(description: Widget)

Set the description for this entry

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

Set the description for this entry to a Text widget.

Link copied to clipboard
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.