isLargeDesktop static method

bool isLargeDesktop(
  1. BuildContext context
)

Implementation

static bool isLargeDesktop(BuildContext context) =>
    screenWidth(context) >= 1200;