isMobile static method

bool isMobile(
  1. BuildContext context
)

Implementation

static bool isMobile(BuildContext context) =>
    screenWidth(context) < desktopWidthThreshold;