w property

Implementation

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