orientatedHeight property

int orientatedHeight

Implementation

int get orientatedHeight => _isLandscape ? width : height;