isLargeScreen static method

bool isLargeScreen(
  1. BuildContext context
)

Implementation

static bool isLargeScreen(BuildContext context) => MediaQuery.of(context).size.width > DeviceConfig.largeScreen;