isLandscape property

bool get isLandscape

Whether the orientation is landscape.

Implementation

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