TimerWidget constructor
Implementation
const TimerWidget(
{super.key,
required this.isStartTimer,
required this.isShowControlButton,
required this.onStartChanged,
required this.onStopChanged,
required this.sumDurations});
const TimerWidget(
{super.key,
required this.isStartTimer,
required this.isShowControlButton,
required this.onStartChanged,
required this.onStopChanged,
required this.sumDurations});