isLandscape property

bool get isLandscape

Check if device is in landscape orientation.

Implementation

bool get isLandscape =>
    MediaQuery.orientationOf(this) == Orientation.landscape;