TabStyle enum

Tab styles.

Inheritance

Constructors

TabStyle()
const

Values

fixed → const TabStyle

Convex shape fixed center, see FixedTabStyle.

fixedCircle → const TabStyle

Convex shape is fixed center with circle, see FixedCircleTabStyle.

react → const TabStyle

Convex shape is moved after selection, see ReactTabStyle.

reactCircle → const TabStyle

Convex shape is moved with circle after selection, see ReactCircleTabStyle.

textIn → const TabStyle

Tab icon, text animated with pop transition.

titled → const TabStyle

Similar to TabStyle.textIn, text first.

flip → const TabStyle

Tab item is flipped when selected, does not support flutter web.

custom → const TabStyle

User defined style

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