TabThemeData class

Annotations

Constructors

TabThemeData({TextStyle? textStyle, double? height, double? itemSpacing, IconThemeData? iconThemeData, HSLColor? color, HSLColor? hoverColor, HSLColor? backgroundColor, HSLColor? highlightColor})
const

Properties

backgroundColor HSLColor?
The background of the tab bar.
final
color HSLColor?
The color of the tab item.
final
hashCode int
The hash code for this object.
no setteroverride
height double?
The height of the tab bar.
final
highlightColor HSLColor?
The highlight color of the tab item.
final
hoverColor HSLColor?
The hover color of the tab item.
final
iconThemeData IconThemeData?
The theme for the icon. The color is ignored.
final
isConcrete bool
no setter
itemSpacing double?
The space between items inside the tab bar, if they are simple text or an icon.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textStyle TextStyle?
The style for the text. The color is ignored.
final

Methods

copyWidth({TextStyle? textStyle, IconThemeData? iconThemeData, double? itemSpacing, double? height, HSLColor? color, HSLColor? hoverColor, HSLColor? backgroundColor, HSLColor? highlightColor}) TabThemeData
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.
override