setWidth method

DxSizedBox setWidth(
  1. double width
)

Implementation

DxSizedBox setWidth(double width) {
  this.width = width;
  return this;
}