TabStatusThemeData class

Theme for tab in a given status. Allows you to overwrite TabThemeData properties.

Constructors

TabStatusThemeData({BoxDecoration? decoration, BorderSide? innerTopBorder, BorderSide? innerBottomBorder, Color? fontColor, EdgeInsetsGeometry? padding, EdgeInsetsGeometry? paddingWithoutButton, EdgeInsetsGeometry? margin, Color? normalButtonColor, Color? hoverButtonColor, Color? disabledButtonColor, BoxDecoration? normalButtonBackground, BoxDecoration? hoverButtonBackground, BoxDecoration? disabledButtonBackground})

Properties

decoration BoxDecoration?
The decoration to paint behind the tab.
getter/setter pair
disabledButtonBackground BoxDecoration?
getter/setter pair
disabledButtonColor Color?
getter/setter pair
fontColor Color?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
hoverButtonBackground BoxDecoration?
getter/setter pair
hoverButtonColor Color?
getter/setter pair
innerBottomBorder BorderSide?
getter/setter pair
innerTopBorder BorderSide?
getter/setter pair
margin EdgeInsetsGeometry?
Empty space to surround the decoration and tab.
getter/setter pair
normalButtonBackground BoxDecoration?
getter/setter pair
normalButtonColor Color?
getter/setter pair
padding EdgeInsetsGeometry?
Empty space to inscribe inside the decoration. The tab child, if any, is placed inside this padding.
getter/setter pair
paddingWithoutButton EdgeInsetsGeometry?
Overrides padding when the tab has no buttons.
getter/setter pair
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.
override

Static Properties

empty TabStatusThemeData
final