isLandscape property

bool isLandscape

Returns if Orientation is landscape

Implementation

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