Object

AppBarDefaults

Contains default values used for TopAppBar and BottomAppBar.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free
Common
object AppBarDefaults

Contains default values used for TopAppBar and BottomAppBar.

Properties

Common
val TopAppBarElevation = 4.dp

Default elevation used for TopAppBar.

Common
val BottomAppBarElevation = 8.dp

Default elevation used for BottomAppBar.

Common
val ContentPadding =
    PaddingValues(start = AppBarHorizontalPadding, end = AppBarHorizontalPadding)

Default padding used for TopAppBar and BottomAppBar.

Common
val topAppBarWindowInsets: WindowInsets

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

Common
val bottomAppBarWindowInsets: WindowInsets

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