FlipTimer constructor
const
FlipTimer({})
Implementation
const FlipTimer({
super.key,
required this.daysString,
required this.hoursString,
required this.minutesString,
required this.secondsString,
this.textStyle,
});