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