lineWidth method

dynamic lineWidth(
  1. num v0
)

Implementation

lineWidth(num v0) {
  return gl.glLineWidth(v0.toDouble());
}