isLandscape property

bool get isLandscape

Returns if Orientation is landscape

Implementation

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