isLandscape property

bool get isLandscape

Equivalent to MediaQuery.orientationOf(context) == Orientation.landscape

Implementation

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