strokePaint method

Paint strokePaint(
  1. Color color,
  2. double width
)

Implementation

Paint strokePaint(Color color, double width) =>
    paintCache.stroke(color, width);