TimerWidget constructor
const
TimerWidget({
- Key? key,
- double? fontSize,
- FontWeight? fontWeight,
Implementation
const TimerWidget({
super.key,
this.fontSize,
this.fontWeight,
});