Source set: Common
public object AppBarDefaults
Contains default values used for TopAppBar and BottomAppBar.
Properties
TopAppBarElevation
Source set: Common
public val TopAppBarElevation: Dp = 4.dp
Default elevation used for TopAppBar.
BottomAppBarElevation
Source set: Common
public val BottomAppBarElevation: Dp = 8.dp
Default elevation used for BottomAppBar.
ContentPadding
Source set: Common
public val ContentPadding: PaddingValues =
PaddingValues(start = AppBarHorizontalPadding, end = AppBarHorizontalPadding)
Default padding used for TopAppBar and BottomAppBar.
topAppBarWindowInsets
Source set: Common
public val topAppBarWindowInsets: WindowInsets
Recommended insets to be used and consumed by the top app bars
bottomAppBarWindowInsets
Source set: Common
public val bottomAppBarWindowInsets: WindowInsets
Recommended insets to be used and consumed by the bottom app bars