TitleBarDefaults

The default values of TitleBar.

Properties

Link copied to clipboard
val ActionsGap: Dp

The default gap between actions.

Link copied to clipboard
val Height: Dp

The default height of TitleBar.

Link copied to clipboard
val HorizontalPadding: PaddingValues

The default horizontal padding of TitleBar.

Link copied to clipboard

The default padding of title content.

Functions

Link copied to clipboard
@Composable
fun titleBarColors(): TitleBarColors

The default colors used for TitleBar

@Composable
fun titleBarColors(titleColor: Color = Color.Unspecified, leadingColor: Color = Color.Unspecified, trailingColor: Color = Color.Unspecified): TitleBarColors

custom colors for linear progress indicator

Link copied to clipboard

The default vibrants used for TitleBar.

@Composable
fun titleBarVibrants(titleVibrant: Vibrant = Vibrant.Unspecified, leadingVibrant: Vibrant = Vibrant.Unspecified, trailingVibrant: Vibrant = Vibrant.Unspecified): TitleBarVibrants

Custom vibrants for linear progress indicator.