menu
helpers package
documentation
helpers/misc.dart
Misc
randomBool static method
randomBool static method
dark_mode
light_mode
randomBool
static method
bool
randomBool
(
)
Implementation
static bool randomBool() { return math.Random().nextBool(); }
helpers package
documentation
helpers/misc
Misc
randomBool static method
Misc class