flipped property
      
      ThumbnailSize
      get
      flipped
      
    
    
A ThumbnailSize with the width and height swapped.
Implementation
ThumbnailSize get flipped => ThumbnailSize(height, width);
A ThumbnailSize with the width and height swapped.
ThumbnailSize get flipped => ThumbnailSize(height, width);