SeniorTabBarStyle class

Constructors

SeniorTabBarStyle({Color? indicatorColor, Color? labelColor, Color? unselectedLabelColor})
Style definitions for the SeniorTabBar component.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
indicatorColor Color?
Defines the indicator color of the active tab.
final
labelColor Color?
Defines the color of the tab label.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unselectedLabelColor Color?
Defines the color of the label of disabled tabs.
final

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