inLandscape property

bool inLandscape

Is the phone orientated in Landscape

Implementation

bool get inLandscape => _orientation == Orientation.landscape;