menu
helpers package
documentation
helpers/misc.dart
Misc
randomDouble static method
randomDouble static method
dark_mode
light_mode
randomDouble
static method
double
randomDouble
(
)
Implementation
static double randomDouble() { return math.Random().nextDouble(); }
helpers package
documentation
helpers/misc
Misc
randomDouble static method
Misc class