InputHeader

class InputHeader(val title: String? = null, val body: String? = null, val icon: IconSource? = null) : Serializable

Represents a header that can be added to invidual input types.

Parameters

title

The text that is used for the title.

body

The text that is used for the body.

icon

The icon that is displayed on the left side of the title.

Constructors

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

Properties

Link copied to clipboard
val body: String? = null
Link copied to clipboard
val icon: IconSource? = null
Link copied to clipboard
val title: String? = null