TimerCard constructor
const
TimerCard({})
Implementation
const TimerCard({
super.key,
this.timeType = "minutes",
this.timeValue = "00",
this.color = "light",
this.size = "medium",
this.bgColor = "#000000",
// this.fontColor = "#000000",
this.fontFamily,
});