isLandscape property

bool get isLandscape

Returns true if the device is currently in landscape orientation.

Implementation

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