isSmallPhone property
bool
get
isSmallPhone
True if the shortestSide is smaller than 480p
Implementation
bool get isSmallPhone => mediaQueryShortestSide < 480;
True if the shortestSide is smaller than 480p
bool get isSmallPhone => mediaQueryShortestSide < 480;