DateIndicator constructor

DateIndicator(
  1. DateTime date, {
  2. Key? key,
  3. VoidCallback? onTap,
  4. DateIndicatorStyle? style,
})

Implementation

DateIndicator(
  this.date, {
  super.key,
  this.onTap,
  this.style,
}) : assert(date.debugCheckIsValidTimetableDate());