MonthIndicator constructor

MonthIndicator(
  1. DateTime month, {
  2. Key? key,
  3. MonthIndicatorStyle? style,
})

Implementation

MonthIndicator(
  this.month, {
  super.key,
  this.style,
}) : assert(month.debugCheckIsValidTimetableMonth());