orientatedWidth property

int get orientatedWidth

Implementation

int get orientatedWidth => _isLandscape ? height : width;