orientatedHeight property

int get orientatedHeight

Implementation

int get orientatedHeight => _isLandscape ? width : height;