isLandscape property

bool isLandscape

Implementation

bool get isLandscape =>
    MediaQuery.of(this).orientation == Orientation.landscape;