deviceIsLandscape property
      
      bool
      get
      deviceIsLandscape
      
    
    
    
Implementation
bool get deviceIsLandscape {
  return deviceOrientation == Orientation.landscape;
}bool get deviceIsLandscape {
  return deviceOrientation == Orientation.landscape;
}