Object

AppBarDefaults

Contains default values used for TopAppBar and BottomAppBar.

Source set: Common
object AppBarDefaults

Contains default values used for TopAppBar and BottomAppBar.

Properties

TopAppBarElevation

Source set: Common
val TopAppBarElevation = 4.dp

Default elevation used for TopAppBar.

BottomAppBarElevation

Source set: Common
val BottomAppBarElevation = 8.dp

Default elevation used for BottomAppBar.

ContentPadding

Source set: Common
val ContentPadding =
    PaddingValues(start = AppBarHorizontalPadding, end = AppBarHorizontalPadding)

Default padding used for TopAppBar and BottomAppBar.

topAppBarWindowInsets

Source set: Common
val topAppBarWindowInsets: WindowInsets

Recommended insets to be used and consumed by the top app bars

bottomAppBarWindowInsets

Source set: Common
val bottomAppBarWindowInsets: WindowInsets

Recommended insets to be used and consumed by the bottom app bars

Last updated: