isPhone static method

bool isPhone(
  1. BuildContext context
)

reguler phone size

Implementation

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