AppBarThemeColor
Union
AppBarThemeColor
type
Represents the possible theme colors of the AppBar (see example). The theme color will be applied as a background color to the component.
- The possible values are:
base—Applies base coloring value.primary—Applies primary coloring value.secondary—Applies secondary coloring value.tertiary—Applies tertiary coloring value.inverse—Applies inverse coloring value.
Possible values:
"base""primary""secondary""tertiary""inverse"