BottomAppBarTheme
Customizes the appearance of BottomAppBar controls across the app.
Properties
-
bgcolor(Optional[ColorValue]) –Overrides the default value of
BottomAppBar.bgcolor -
elevation(Optional[Number]) –Overrides the default value of
BottomAppBar.elevationin all descendantBottomAppBar][flet.BottomAppBar] controls. -
height(Optional[Number]) –Overrides the default value of
BottomAppBar.heightin all descendantBottomAppBarcontrols. -
padding(Optional[PaddingValue]) –Overrides the default value of
BottomAppBar.padding -
shadow_color(Optional[ColorValue]) –Overrides the default value of
BottomAppBar.shadow_colorin all descendantBottomAppBarcontrols. -
shape(Optional[NotchShape]) –Overrides the default value of
BottomAppBar.shapein all descendantBottomAppBarcontrols.
Properties#
bgcolor
class-attribute
instance-attribute
#
bgcolor: Optional[ColorValue] = None
Overrides the default value of BottomAppBar.bgcolor
in all descendant BottomAppBar controls.
elevation
class-attribute
instance-attribute
#
Overrides the default value of BottomAppBar.elevation in all descendant BottomAppBar][flet.BottomAppBar] controls.
height
class-attribute
instance-attribute
#
Overrides the default value of BottomAppBar.height in all descendant BottomAppBar controls.
padding
class-attribute
instance-attribute
#
padding: Optional[PaddingValue] = None
Overrides the default value of BottomAppBar.padding
in all descendant BottomAppBar controls.
shadow_color
class-attribute
instance-attribute
#
shadow_color: Optional[ColorValue] = None
Overrides the default value of BottomAppBar.shadow_color in all descendant BottomAppBar controls.
shape
class-attribute
instance-attribute
#
shape: Optional[NotchShape] = None
Overrides the default value of BottomAppBar.shape in all descendant BottomAppBar controls.