flipped property

Size flipped

A Size with the width and height swapped.

Implementation

Size/*!*/ get flipped => Size(height, width);