isLandscape property

bool get isLandscape

Implementation

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