hasTightWidth property
      
      bool
      get
      hasTightWidth
      
    
    
Whether there is exactly one width value that satisfies the constraints.
Implementation
bool get hasTightWidth => minWidth >= maxWidth;Whether there is exactly one width value that satisfies the constraints.
bool get hasTightWidth => minWidth >= maxWidth;