Skip to main content

BottomAppBarTheme

Customizes the appearance of BottomAppBar controls across the app.

Properties

Properties

bgcolorclass-attributeinstance-attribute

bgcolor: ColorValue | None = None

Overrides the default value of BottomAppBar.bgcolor in all descendant BottomAppBar controls.

elevationclass-attributeinstance-attribute

elevation: Number | None = None

Overrides the default value of BottomAppBar.elevation in all descendant BottomAppBar controls.

heightclass-attributeinstance-attribute

height: Number | None = None

Overrides the default value of BottomAppBar.height in all descendant BottomAppBar controls.

paddingclass-attributeinstance-attribute

padding: PaddingValue | None = None

Overrides the default value of BottomAppBar.padding in all descendant BottomAppBar controls.

shadow_colorclass-attributeinstance-attribute

shadow_color: ColorValue | None = None

Overrides the default value of BottomAppBar.shadow_color in all descendant BottomAppBar controls.

shapeclass-attributeinstance-attribute

shape: NotchShape | None = None

Overrides the default value of BottomAppBar.shape in all descendant BottomAppBar controls.