Skip to main content

BottomAppBarTheme

Customizes the appearance of BottomAppBar controls across the app.

Properties

Properties

bgcolorclass-attributeinstance-attribute

bgcolor: Optional[ColorValue] = None

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

elevationclass-attributeinstance-attribute

elevation: Optional[Number] = None

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

heightclass-attributeinstance-attribute

height: Optional[Number] = None

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

paddingclass-attributeinstance-attribute

padding: Optional[PaddingValue] = None

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

shadow_colorclass-attributeinstance-attribute

shadow_color: Optional[ColorValue] = None

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

shapeclass-attributeinstance-attribute

shape: Optional[NotchShape] = None

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