isPhone property

bool isPhone

True if the shortestSide is smaller than 600p

Implementation

bool get isPhone => (mediaQueryShortestSide < 600);