lineWidth method

void lineWidth(
  1. num v0
)

Implementation

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