orientatedWidth property

int get orientatedWidth
inherited

Implementation

int get orientatedWidth => _isLandscape ? height : width;