ZdsTabBarColor enum

Theme colors for ZdsTabBar.

Inheritance
Available extensions

Values

primary → const ZdsTabBarColor

Primary background color, onPrimary foreground color.

basic → const ZdsTabBarColor

Either dark (Zeta) or ThemeData.background color for background, with respective foreground variants.

surface → const ZdsTabBarColor

Surface background color, onSurface foreground color, primary indicator color.

appBar → const ZdsTabBarColor

Color will be adaptive to the AppBar theme. Typically used when ZdsTabBar or ZdsResponsiveTabBar is used as toolbar or bottom widget for any AppBar

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<ZdsTabBarColor>
A constant List of the values in this enum, in order of their declaration.