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