setStrokeWidth method
Sets the stroke width for this paint.
Implementation
void setStrokeWidth(double strokeWidth) {
_paint.strokeWidth = strokeWidth;
}
Sets the stroke width for this paint.
void setStrokeWidth(double strokeWidth) {
_paint.strokeWidth = strokeWidth;
}