TimerElement constructor

TimerElement({
  1. required Duration timeAllotment,
  2. VoidCallback? onFinish,
})

Implementation

TimerElement({required this.timeAllotment, this.onFinish});