menu
animated_counter package
documentation
volcano_counter.dart
Counter
Counter const constructor
Counter const constructor
dark_mode
light_mode
Counter
constructor
const
Counter
(
{
Key
?
key
,
int
?
count
,
})
Implementation
const Counter({ Key? key, this.count, }) : super(key: key);
animated_counter package
documentation
volcano_counter
Counter
Counter const constructor
Counter class