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