SecondsCountdownTimer constructor
const
SecondsCountdownTimer({
- Key? key,
- required int endTime,
- required DateTime startDate,
- CountdownTimerWidgetBuilder? widgetBuilder,
- VoidCallback? onEnd,
Implementation
const SecondsCountdownTimer({
Key? key,
required this.endTime,
required this.startDate,
this.widgetBuilder,
this.onEnd,
}) : super(key: key);