isLandscape property

bool get isLandscape

Is landscape mode

Implementation

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