menu
fluttery_framework package
documentation
controller.dart
GetUtils
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;
fluttery_framework package
documentation
controller
GetUtils
isLowerThan static method
GetUtils class