menu
flutter_tokens 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;
flutter_tokens package
documentation
utility/responsive_helper
ResponsiveHelper
isMobile static method
ResponsiveHelper class