ZetaAppBarStyle enum

Enum to select the used AppBarTheme style in ZetaColorScheme based themes.

Inheritance

Constructors

ZetaAppBarStyle()
const

Values

primary → const ZetaAppBarStyle

Use the scheme primary color as the AppBar's themed background color.

This is the default for light themes.

secondary → const ZetaAppBarStyle

Use the scheme secondary color as the AppBar's themed background color.

This is the default for light themes.

surface → const ZetaAppBarStyle

Use scheme surface color as the AppBar's themed background color, including any blend (surface tint) color it may have.

background → const ZetaAppBarStyle

Use scheme background color as the AppBar's themed background color, including any blend (surface tint) color it may have.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<ZetaAppBarStyle>
A constant List of the values in this enum, in order of their declaration.
[primary, secondary, surface, background]