orientatedHeight property
int
get
orientatedHeight
The orientated height according to the orientation.
Implementation
int get orientatedHeight => _isFlipping ? width : height;
The orientated height according to the orientation.
int get orientatedHeight => _isFlipping ? width : height;