TimerWidget constructor

const TimerWidget({
  1. Key? key,
  2. double? fontSize,
  3. FontWeight? fontWeight,
})

Implementation

const TimerWidget({
  super.key,
  this.fontSize,
  this.fontWeight,
});