Header

abstract class Header

Defined implementations of a header for the dialogs.

Inheritors

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
data class Custom(val header: @Composable (paddingValues: PaddingValues) -> Unit) : Header

Custom implementation of a header.

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

Standard implementation of a header.