menu
flower package
documentation
utils/src/utils/flower_utils.dart
FlowerUtils
isLowerThan static method
isLowerThan static method
dark_mode
light_mode
isLowerThan
static method
bool
isLowerThan
(
num
a
,
num
b
)
Checks if num a LOWER than num b.
Implementation
static bool isLowerThan(num a, num b) => a < b;
flower package
documentation
utils/src/utils/flower_utils
FlowerUtils
isLowerThan static method
FlowerUtils class