isMobile static method
Returns true if the screen width is less than 650
Implementation
static bool isMobile(BuildContext context) =>
MediaQuery.of(context).size.width < (650);
Returns true if the screen width is less than 650
static bool isMobile(BuildContext context) =>
MediaQuery.of(context).size.width < (650);