isSmallPhone static method
small phone size
Implementation
static bool isSmallPhone(BuildContext context) => MediaQuery.of(context).size.shortestSide <= DeviceConfig.smallPhone;
small phone size
static bool isSmallPhone(BuildContext context) => MediaQuery.of(context).size.shortestSide <= DeviceConfig.smallPhone;