isMobile static method
- BuildContext context
Implementation
static bool isMobile(BuildContext context) =>
screenWidth(context) < desktopWidthThreshold;
static bool isMobile(BuildContext context) =>
screenWidth(context) < desktopWidthThreshold;