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.