menu
animated_counter package
documentation
common.dart
randNextI function
randNextI function
dark_mode
light_mode
randNextI
function
int
randNextI
(
int
max
)
Implementation
int randNextI(int max) => _random.nextInt(max);
animated_counter package
documentation
common
randNextI function
common library