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