CalendarMonthsTabBarConfig class final
Constructors
-
CalendarMonthsTabBarConfig({TabController? tabController, TextStyle? unselectedLabelStyle = const TextStyle(fontWeight: FontWeight.normal), TextStyle? selectedLabelStyle = const TextStyle(fontWeight: FontWeight.bold), Color? selectedLabelColor, Color? unselectedLabelColor, Decoration? indicator = const BoxDecoration(), double indicatorWeight = 0, double dividerHeight = 0, EdgeInsetsGeometry? padding = const EdgeInsets.symmetric(vertical: 16), EdgeInsetsGeometry? labelPadding, WidgetStateProperty<
Color?> ? overlayColor, Color? labelColor, TabAlignment? tabAlignment, ValueChanged<int> ? onTap}) -
const
Properties
- dividerHeight → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- indicator → Decoration?
-
final
- indicatorWeight → double
-
final
- labelColor → Color?
-
final
- labelPadding → EdgeInsetsGeometry?
-
final
-
onTap
→ ValueChanged<
int> ? -
final
-
overlayColor
→ WidgetStateProperty<
Color?> ? -
final
- padding → EdgeInsetsGeometry?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedLabelColor → Color?
-
final
- selectedLabelStyle → TextStyle?
-
final
- tabAlignment → TabAlignment?
-
final
- tabController → TabController?
-
final
- unselectedLabelColor → Color?
-
final
- unselectedLabelStyle → TextStyle?
-
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