Builder

data class Builder(val breadcrumbs: MutableList<BreadcrumbElement.Breadcrumb> = mutableListOf())

Constructors

Link copied to clipboard
constructor(breadcrumbs: MutableList<BreadcrumbElement.Breadcrumb> = mutableListOf())

Properties

Functions

Link copied to clipboard
fun link(text: String, url: String)
Link copied to clipboard
fun text(text: String)