menu
_iwu_pack package
documentation
setup/app_utils.dart
doubleInRange function
doubleInRange function
dark_mode
light_mode
doubleInRange
function
double
doubleInRange
(
num
start
,
num
end
)
Implementation
double doubleInRange(num start, num end) => Random().nextDouble() * (end - start) + start;
_iwu_pack package
documentation
setup/app_utils
doubleInRange function
app_utils library