AnimatedNumber constructor
const
AnimatedNumber({})
Implementation
const AnimatedNumber({
Key? key,
required this.startNumber,
required this.endNumber,
this.startDelay = Duration.zero,
this.textStyle,
this.duration = const Duration(seconds: 1),
}) : super(key: key);