BottomAppBarTheme
Customizes the appearance of BottomAppBar controls across the app.
Properties
bgcolor- Overrides the default value offlet.BottomAppBar.bgcolorin all descendantBottomAppBarcontrols.elevation- Overrides the default value offlet.BottomAppBar.elevationin all descendantBottomAppBarcontrols.height- Overrides the default value offlet.BottomAppBar.heightin all descendantBottomAppBarcontrols.padding- Overrides the default value offlet.BottomAppBar.paddingin all descendantBottomAppBarcontrols.shadow_color- Overrides the default value offlet.BottomAppBar.shadow_colorin all descendantBottomAppBarcontrols.shape- Overrides the default value offlet.BottomAppBar.shapein all descendantBottomAppBarcontrols.
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.