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