menu
growerp_core package
documentation
growerp_core.dart
isPhone function
isPhone function
dark_mode
light_mode
isPhone
function
bool
isPhone
(
dynamic
context
)
Implementation
bool isPhone(context) { return ResponsiveBreakpoints.of(context).equals(MOBILE); }
growerp_core package
documentation
growerp_core
isPhone function
growerp_core library