isLargeScreen static method

bool isLargeScreen(
  1. BuildContext context
)

Implementation

static bool isLargeScreen(BuildContext context) {
  return screenWidth(context) >= 1200;
}