Skip to content

AppBarTheme

AppBarTheme #

Customizes the appearance of AppBar controls across the app.

actions_padding #

actions_padding: PaddingValue | None = None

Overrides the default value of AppBar.actions_padding in all descendant AppBar controls.

bgcolor #

bgcolor: ColorValue | None = None

Overrides the default value of AppBar.bgcolor in all descendant AppBar controls.

center_title #

center_title: bool | None = None

Overrides the default value of AppBar.center_title in all descendant AppBar controls.

color #

color: ColorValue | None = None

Overrides the default value of AppBar.color in all descendant AppBar controls.

elevation #

elevation: Number | None = None

Overrides the default value of AppBar.elevation in all descendant AppBar controls.

elevation_on_scroll #

elevation_on_scroll: Number | None = None

Overrides the default value of AppBar.elevation_on_scroll in all descendant AppBar controls.

shadow_color #

shadow_color: ColorValue | None = None

Overrides the default value of AppBar.shadow_color in all descendant AppBar controls.

shape #

shape: OutlinedBorder | None = None

Overrides the default value of AppBar.shape in all descendant AppBar controls.

surface_tint_color #

surface_tint_color: ColorValue | None = None

Overrides the default value of AppBar.surface_tint_color in all descendant AppBar controls.

title_spacing #

title_spacing: Number | None = None

Overrides the default value of AppBar.title_spacing in all descendant AppBar controls.

title_text_style #

title_text_style: TextStyle | None = None

Overrides the default value of AppBar.title_text_style in all descendant AppBar controls.

toolbar_height #

toolbar_height: Number | None = None

Overrides the default value of AppBar.toolbar_height in all descendant AppBar controls.

toolbar_text_style #

toolbar_text_style: TextStyle | None = None

Overrides the default value of AppBar.toolbar_text_style in all descendant AppBar controls.