isDesktop static method
Returns true if the device is considered desktop
Implementation
static bool isDesktop(BuildContext context) => width(context) >= 1024;
Returns true if the device is considered desktop
static bool isDesktop(BuildContext context) => width(context) >= 1024;