lineWidth method

dynamic lineWidth(
  1. dynamic v0
)

Implementation

lineWidth(v0) {
  return gl.lineWidth(v0);
}