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