isLandscape property

bool get isLandscape

Returns true if the orientation is landscape.

Implementation

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