BottomAppBarTheme
Customizes the appearance of BottomAppBar controls across the app.
Properties
bgcolor- Overrides the default value of flet.BottomAppBar.bgcolor in all descendant BottomAppBar controls.elevation- Overrides the default value of flet.BottomAppBar.elevation in all descendant BottomAppBar controls.height- Overrides the default value of flet.BottomAppBar.height in all descendant BottomAppBar controls.padding- Overrides the default value of flet.BottomAppBar.padding in all descendant BottomAppBar controls.shadow_color- Overrides the default value of flet.BottomAppBar.shadow_color in all descendant BottomAppBar controls.shape- Overrides the default value of flet.BottomAppBar.shape in all descendant BottomAppBar controls.
Properties
bgcolorclass-attributeinstance-attribute
bgcolor: Optional[ColorValue] = NoneOverrides the default value of flet.BottomAppBar.bgcolor in all descendant BottomAppBar controls.
elevationclass-attributeinstance-attribute
elevation: Optional[Number] = NoneOverrides the default value of flet.BottomAppBar.elevation in all descendant BottomAppBar controls.
heightclass-attributeinstance-attribute
height: Optional[Number] = NoneOverrides the default value of flet.BottomAppBar.height in all descendant BottomAppBar controls.
paddingclass-attributeinstance-attribute
padding: Optional[PaddingValue] = NoneOverrides the default value of flet.BottomAppBar.padding in all descendant BottomAppBar controls.
shadow_colorclass-attributeinstance-attribute
shadow_color: Optional[ColorValue] = NoneOverrides the default value of flet.BottomAppBar.shadow_color in all descendant BottomAppBar controls.
shapeclass-attributeinstance-attribute
shape: Optional[NotchShape] = NoneOverrides the default value of flet.BottomAppBar.shape in all descendant BottomAppBar controls.