MoonTabStyle class

Constructors

MoonTabStyle({Color? focusEffectColor, Color? indicatorColor, Color? textColor, Color? selectedTextColor, Decoration? decoration, double? indicatorHeight, double? tabGap, EdgeInsetsGeometry? tabPadding, TextStyle? textStyle})
Defines a Moon Design tab style.
const

Properties

decoration Decoration?
The custom decoration of the tab.
final
focusEffectColor Color?
The color of the tab focus effect.
final
hashCode int
The hash code for this object.
no setterinherited
indicatorColor Color?
The color of the tab indicator.
final
indicatorHeight double?
The height of the tab indicator.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTextColor Color?
The text color of the selected tab.
final
tabGap double?
The gap between the MoonTab.leading, MoonTab.label and MoonTab.trailing widgets of the tab.
final
tabPadding EdgeInsetsGeometry?
The padding of the tab.
final
textColor Color?
The default text color of the tab.
final
textStyle TextStyle?
The text style of the tab.
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