strokeWeight method

void strokeWeight(
  1. num weight
)

Implementation

void strokeWeight(num weight) {
  strokePaint.strokeWidth = weight.toDouble();
}