isSmallPhone static method

bool isSmallPhone(
  1. BuildContext context
)

small phone size

Implementation

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