w property
      
      BoxConstraints
      get
      w
      
    
    
    
Implementation
BoxConstraints get w => this.copyWith(
      maxHeight: maxHeight.w,
      maxWidth: maxWidth.w,
      minHeight: minHeight.w,
      minWidth: minWidth.w,
    );