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