Default

data class Default(val title: String, val icon: IconSource? = null) : Header

Standard implementation of a header.

Parameters

title

The title of the header.

icon

The icon of the header.

Constructors

Link copied to clipboard
constructor(title: String, icon: IconSource? = null)

Properties

Link copied to clipboard
val icon: IconSource? = null
Link copied to clipboard