MoonPillTabStyle class

Constructors

MoonPillTabStyle({BorderRadiusGeometry? borderRadius, Color? focusEffectColor, Color? selectedTabColor, Color? textColor, Color? selectedTextColor, Decoration? decoration, double? tabGap, EdgeInsetsGeometry? tabPadding, TextStyle? textStyle})
Defines a Moon Design pill tab style.
const

Properties

borderRadius BorderRadiusGeometry?
The border radius of the tab.
final
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedTabColor Color?
The color of the selected tab.
final
selectedTextColor Color?
The text color of the selected tab.
final
tabGap double?
The gap between the MoonPillTab.leading, MoonPillTab.label and MoonPillTab.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