UAnimatedCounter constructor
const
UAnimatedCounter({})
Implementation
const UAnimatedCounter({
required this.value,
required this.builder,
super.key,
this.duration = const Duration(milliseconds: 1500),
});
const UAnimatedCounter({
required this.value,
required this.builder,
super.key,
this.duration = const Duration(milliseconds: 1500),
});