orientatedSize property

Size get orientatedSize

The orientated size according to the orientation.

Implementation

Size get orientatedSize => _isFlipping ? size.flipped : size;