menu
flutter_slc_boxes package
documentation
flutter/slc/common/random_util.dart
RandomUtil
randomBoolean static method
randomBoolean static method
dark_mode
light_mode
randomBoolean
static method
bool
randomBoolean
(
)
Implementation
static bool randomBoolean() => getRandom().nextBool();
flutter_slc_boxes package
documentation
flutter/slc/common/random_util
RandomUtil
randomBoolean static method
RandomUtil class