orientatedHeight property

int get orientatedHeight

The orientated height according to the orientation.

Implementation

int get orientatedHeight => _isFlipping ? width : height;