width method

Outline width(
  1. int width
)

Implementation

Outline width(int width) {
  _width = width;
  return this;
}