BottomAppBarDefaults
object BottomAppBarDefaults
Contains default values used for the bottom app bar implementations.
Properties
Link copied to clipboard
The color of a BottomAppBar's FloatingActionButton
Link copied to clipboard
Default color used for BottomAppBar container
Link copied to clipboard
Default elevation used for BottomAppBar
Link copied to clipboard
Default padding used for BottomAppBar when content are default size (24dp) icons in IconButton that meet the minimum touch target (48.dp).
Link copied to clipboard
Default insets that will be used and consumed by BottomAppBar.
Functions
Link copied to clipboard
@Composable
Returns a BottomAppBarScrollBehavior. A bottom app bar that is set up with this BottomAppBarScrollBehavior will immediately collapse when the content is pulled up, and will immediately appear when the content is pulled down.