orientatedWidth property

int orientatedWidth

Implementation

int get orientatedWidth => _isLandscape ? height : width;