TimeIndicator constructor
TimeIndicator({
- Key? key,
- required Duration time,
- TimeIndicatorStyle? style,
Implementation
TimeIndicator({
super.key,
required this.time,
this.style,
}) : assert(time.debugCheckIsValidTimetableTimeOfDay());