setStrokeWidth method

void setStrokeWidth(
  1. double strokeWidth
)

Sets the stroke width for this paint.

Implementation

void setStrokeWidth(double strokeWidth) {
  _paint.strokeWidth = strokeWidth;
}