setWidth method

void setWidth(
  1. int width
)

Implementation

void setWidth(int width) {
  _width = '$width';
  // return this;
}