isLandscape property

bool get isLandscape

Returns true if the device is in landscape orientation.

Implementation

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