isLandscape property

bool isLandscape

Returns true if the device indicates it is in landscape mode.

See MediaQueryData.orientation

Implementation

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