MonthIndicator constructor
MonthIndicator(
- DateTime month, {
- Key? key,
- MonthIndicatorStyle? style,
Implementation
MonthIndicator(
this.month, {
super.key,
this.style,
}) : assert(month.debugCheckIsValidTimetableMonth());