AppBarTheme
Customizes the appearance of AppBar controls across the app.
Properties
actions_padding- Overrides the default value of flet.AppBar.actions_padding in all descendant AppBar controls.bgcolor- Overrides the default value of flet.AppBar.bgcolor in all descendant AppBar controls.center_title- Overrides the default value of flet.AppBar.center_title in all descendant AppBar controls.color- Overrides the default value of flet.AppBar.color in all descendant AppBar controls.elevation- Overrides the default value of flet.AppBar.elevation in all descendant AppBar controls.elevation_on_scroll- Overrides the default value of flet.AppBar.elevation_on_scroll in all descendant AppBar controls.shadow_color- Overrides the default value of flet.AppBar.shadow_color in all descendant AppBar controls.shape- Overrides the default value of flet.AppBar.shape in all descendant AppBar controls.title_spacing- Overrides the default value of flet.AppBar.title_spacing in all descendant AppBar controls.title_text_style- Overrides the default value of flet.AppBar.title_text_style in all descendant AppBar controls.toolbar_height- Overrides the default value of flet.AppBar.toolbar_height in all descendant AppBar controls.toolbar_text_style- Overrides the default value of flet.AppBar.toolbar_text_style in all descendant AppBar controls.
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.