TimerWidget constructor

const TimerWidget({
  1. Key? key,
  2. required bool started,
})

Implementation

const TimerWidget({
  super.key,
  required this.started,
});