getStrokeWidth method

double getStrokeWidth()

Returns the stroke width of this paint.

Implementation

double getStrokeWidth() {
  return _paint.strokeWidth;
}