Custom

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

Custom implementation of a header.

Parameters

header

The custom header implementation with the horizontal padding values of the default header.

Constructors

Link copied to clipboard
constructor(header: @Composable (paddingValues: PaddingValues) -> Unit)

Properties

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