setLineWidth method

void setLineWidth(
  1. int w
)

Implementation

void setLineWidth(int w) {
  _gl.lineWidth(w);
}