AnimatedCountdownWidget constructor
const
AnimatedCountdownWidget({})
Implementation
const AnimatedCountdownWidget({
Key? key,
required this.initialTime,
this.animate = true,
required this.textStyle,
}) : super(key: key);