DefinitionListBuilder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

If inline is true, this is the minimum number of spaces between a term and its description (default 2). If inline is false, this is the number of blank lines between a term and its description (default 0)

Link copied to clipboard

The number of blank lines between entries

Link copied to clipboard

Functions

Link copied to clipboard
fun entry(term: Widget, description: Widget)
fun entry(term: Widget, description: String)
fun entry(term: String, description: Widget)
fun entry(term: String, description: String)