AppBarTheme
Customizes the appearance of AppBar controls across the app.
Properties
- 
          actions_padding(PaddingValue | None) –Overrides the default value of 
- 
          bgcolor(ColorValue | None) –Overrides the default value of AppBar.bgcolorin all
- 
          center_title(bool | None) –Overrides the default value of AppBar.center_titlein
- 
          color(ColorValue | None) –Overrides the default value of AppBar.colorin all
- 
          elevation(Number | None) –Overrides the default value of AppBar.elevationin all
- 
          elevation_on_scroll(Number | None) –Overrides the default value of 
- 
          shadow_color(ColorValue | None) –Overrides the default value of AppBar.shadow_colorin
- 
          shape(OutlinedBorder | None) –Overrides the default value of AppBar.shapein all
- 
          title_spacing(Number | None) –Overrides the default value of 
- 
          title_text_style(TextStyle | None) –Overrides the default value of 
- 
          toolbar_height(Number | None) –Overrides the default value of 
- 
          toolbar_text_style(TextStyle | None) –Overrides the default value of 
Properties#
class-attribute
      instance-attribute
  
#
actions_padding: PaddingValue | None = None
Overrides the default value of
AppBar.actions_padding in all descendant
AppBar controls.
class-attribute
      instance-attribute
  
#
bgcolor: ColorValue | None = None
Overrides the default value of AppBar.bgcolor in all
descendant AppBar controls.
class-attribute
      instance-attribute
  
#
center_title: bool | None = None
Overrides the default value of AppBar.center_title in
all descendant AppBar controls.
class-attribute
      instance-attribute
  
#
color: ColorValue | None = None
Overrides the default value of AppBar.color in all
descendant AppBar controls.
class-attribute
      instance-attribute
  
#
elevation: Number | None = None
Overrides the default value of AppBar.elevation in all
descendant AppBar controls.
class-attribute
      instance-attribute
  
#
elevation_on_scroll: Number | None = None
Overrides the default value of
AppBar.elevation_on_scroll in all descendant
AppBar controls.
class-attribute
      instance-attribute
  
#
shadow_color: ColorValue | None = None
Overrides the default value of AppBar.shadow_color in
all descendant AppBar controls.
class-attribute
      instance-attribute
  
#
shape: OutlinedBorder | None = None
Overrides the default value of AppBar.shape in all
descendant AppBar controls.
class-attribute
      instance-attribute
  
#
title_spacing: Number | None = None
Overrides the default value of
AppBar.title_spacing in all descendant
AppBar controls.
class-attribute
      instance-attribute
  
#
title_text_style: TextStyle | None = None
Overrides the default value of
AppBar.title_text_style in all descendant
AppBar controls.
class-attribute
      instance-attribute
  
#
toolbar_height: Number | None = None
Overrides the default value of
AppBar.toolbar_height in all descendant
AppBar controls.
class-attribute
      instance-attribute
  
#
toolbar_text_style: TextStyle | None = None
Overrides the default value of
AppBar.toolbar_text_style in all descendant
AppBar controls.