isLandscape property

bool get isLandscape

Returns if Orientation is landscape

Implementation

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