menu
sl_flutter_ui_library package
documentation
utility/responsive_helper.dart
ResponsiveHelper
isMobile static method
isMobile static method
dark_mode
light_mode
isMobile
static method
bool
isMobile
(
BuildContext
context
)
Implementation
static bool isMobile(BuildContext context) => getDeviceType(context) == DeviceType.mobile;
sl_flutter_ui_library package
documentation
utility/responsive_helper
ResponsiveHelper
isMobile static method
ResponsiveHelper class