isMobile static method
Returns true if the device is considered mobile based on width
Implementation
static bool isMobile(BuildContext context) => width(context) < 600;
Returns true if the device is considered mobile based on width
static bool isMobile(BuildContext context) => width(context) < 600;