TabStyle enum
Tab styles.
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
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