CountdownFormatted constructor
const
CountdownFormatted({})
Implementation
const CountdownFormatted({
super.key,
required this.duration,
required this.builder,
required this.onFinish,
this.interval = const Duration(seconds: 1),
this.formatter,
});