AppBarTheme
Customizes the appearance of AppBar controls across the app.
Properties
actions_padding- Overrides the default value ofAppBar.actions_paddingin all descendantAppBarcontrols.bgcolor- Overrides the default value ofAppBar.bgcolorin all descendantAppBarcontrols.center_title- Overrides the default value ofAppBar.center_titlein all descendantAppBarcontrols.color- Overrides the default value ofAppBar.colorin all descendantAppBarcontrols.elevation- Overrides the default value ofAppBar.elevationin all descendantAppBarcontrols.elevation_on_scroll- Overrides the default value ofAppBar.elevation_on_scrollin all descendantAppBarcontrols.shadow_color- Overrides the default value ofAppBar.shadow_colorin all descendantAppBarcontrols.shape- Overrides the default value ofAppBar.shapein all descendantAppBarcontrols.title_spacing- Overrides the default value ofAppBar.title_spacingin all descendantAppBarcontrols.title_text_style- Overrides the default value ofAppBar.title_text_stylein all descendantAppBarcontrols.toolbar_height- Overrides the default value ofAppBar.toolbar_heightin all descendantAppBarcontrols.toolbar_text_style- Overrides the default value ofAppBar.toolbar_text_stylein all descendantAppBarcontrols.
Properties
actions_paddingclass-attributeinstance-attribute
actions_padding: Optional[PaddingValue] = NoneOverrides the default value of AppBar.actions_padding in all descendant AppBar controls.
bgcolorclass-attributeinstance-attribute
bgcolor: Optional[ColorValue] = NoneOverrides the default value of AppBar.bgcolor in all descendant AppBar controls.
center_titleclass-attributeinstance-attribute
center_title: Optional[bool] = NoneOverrides the default value of AppBar.center_title in all descendant AppBar controls.
colorclass-attributeinstance-attribute
color: Optional[ColorValue] = NoneOverrides the default value of AppBar.color in all descendant AppBar controls.
elevationclass-attributeinstance-attribute
elevation: Optional[Number] = NoneOverrides the default value of AppBar.elevation in all descendant AppBar controls.
elevation_on_scrollclass-attributeinstance-attribute
elevation_on_scroll: Optional[Number] = NoneOverrides the default value of AppBar.elevation_on_scroll in all descendant AppBar controls.
shadow_colorclass-attributeinstance-attribute
shadow_color: Optional[ColorValue] = NoneOverrides the default value of AppBar.shadow_color in all descendant AppBar controls.
shapeclass-attributeinstance-attribute
shape: Optional[OutlinedBorder] = NoneOverrides the default value of AppBar.shape in all descendant AppBar controls.
title_spacingclass-attributeinstance-attribute
title_spacing: Optional[Number] = NoneOverrides the default value of AppBar.title_spacing in all descendant AppBar controls.
title_text_styleclass-attributeinstance-attribute
title_text_style: Optional[TextStyle] = NoneOverrides the default value of AppBar.title_text_style in all descendant AppBar controls.
toolbar_heightclass-attributeinstance-attribute
toolbar_height: Optional[Number] = NoneOverrides the default value of AppBar.toolbar_height in all descendant AppBar controls.
toolbar_text_styleclass-attributeinstance-attribute
toolbar_text_style: Optional[TextStyle] = NoneOverrides the default value of AppBar.toolbar_text_style in all descendant AppBar controls.