isLargePhone static method

bool isLargePhone(
  1. BuildContext context
)

large phone size

Implementation

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