isSmallPhone property

bool isSmallPhone

True if the shortestSide is smaller than 480p

Implementation

bool get isSmallPhone => mediaQueryShortestSide < 480;