VTabBarStyle class

Inheritance

Constructors

VTabBarStyle({Color? labelColor, Color? unselectedLabelColor, Color? overlayColor, Color? overlayColorPressed, double? indicatorWeight, Color? indicatorColor, TextStyle? labelStyle, TextStyle? unselectedLabelStyle, Color? unselectedBackgroundColor, Color? selectedBackgroundColor})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
indicatorColor Color?
final
indicatorWeight double?
final
labelColor Color?
final
labelStyle TextStyle?
final
overlayColor Color?
final
overlayColorPressed Color?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedBackgroundColor Color?
final
type Object
The extension's type.
no setterinherited
unselectedBackgroundColor Color?
final
unselectedLabelColor Color?
final
unselectedLabelStyle TextStyle?
final

Methods

copyWith({Color? labelColor, Color? unselectedLabelColor, Color? overlayColor, Color? overlayColorPressed, Color? indicatorColor, Color? unselectedBackgroundColor, Color? selectedBackgroundColor, double? indicatorWeight, double? bottomOpacity, TextStyle? labelStyle, TextStyle? unselectedLabelStyle}) VTabBarStyle
Creates a copy of this theme extension with the given fields replaced by the non-null parameter values.
override
lerp(covariant ThemeExtension<VTabBarStyle>? other, double t) VTabBarStyle
Linearly interpolate with another ThemeExtension object.
override
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