isDesktop static method
- BuildContext context
Implementation
static bool isDesktop(BuildContext context) => _getCurrentScreenSize(context).width >= minDesktopWidth;
static bool isDesktop(BuildContext context) => _getCurrentScreenSize(context).width >= minDesktopWidth;