orientatedSize property

Size get orientatedSize

Implementation

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