menu
style_random package
documentation
style_random.dart
DefaultRandomDelegate
nextInt method
nextInt method
dark_mode
light_mode
nextInt
method
@
override
int
nextInt
(
int
max
)
override
Get new random number with max
Implementation
@override int nextInt(int max) { return random.nextInt(max); }
style_random package
documentation
style_random
DefaultRandomDelegate
nextInt method
DefaultRandomDelegate class