flipped property

ThumbnailSize flipped

A ThumbnailSize with the width and height swapped.

Implementation

ThumbnailSize get flipped => ThumbnailSize(height, width);