DateIndicator constructor
DateIndicator(
- DateTime date, {
- Key? key,
- VoidCallback? onTap,
- DateIndicatorStyle? style,
Implementation
DateIndicator(
this.date, {
super.key,
this.onTap,
this.style,
}) : assert(date.debugCheckIsValidTimetableDate());