menu
flutter_chen_common package
documentation
common/utils/utils.dart
CommonUtils
randomNumber static method
randomNumber static method
dark_mode
light_mode
randomNumber
static method
int
randomNumber
(
{
int
max
=
999
,
})
Implementation
static int randomNumber({int max = 999}) { return Random.secure().nextInt(max); }
flutter_chen_common package
documentation
common/utils/utils
CommonUtils
randomNumber static method
CommonUtils class