isLargePhone static method
large phone size
Implementation
static bool isLargePhone(BuildContext context) => MediaQuery.of(context).size.shortestSide <= DeviceConfig.largePhone;
large phone size
static bool isLargePhone(BuildContext context) => MediaQuery.of(context).size.shortestSide <= DeviceConfig.largePhone;