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