setLineWidth method

void setLineWidth(
  1. int width
)

Implementation

void setLineWidth(int width) {
  _lineWidth = width;
}