lineWidth method

void lineWidth(
  1. double width
)

Implementation

void lineWidth(double width) {
  _gl.lineWidth(width);
  checkError('lineWidth');
}