isPhone property
      
      bool
      get
      isPhone
      
    
    
True if the shortestSide is smaller than 600p
Implementation
bool get isPhone => (mediaQueryShortestSide < 600);True if the shortestSide is smaller than 600p
bool get isPhone => (mediaQueryShortestSide < 600);