isLandscape method

bool isLandscape()

Implementation

bool isLandscape() {
  return [DeviceOrientation.landscapeLeft, DeviceOrientation.landscapeRight]
      .contains(_getApplicableOrientation());
}