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