isLandscape property

bool isLandscape

Returns if Orientation is landscape

Implementation

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