stroke method

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

Implementation

Paint stroke(Color color, double width) =>
    _get(color, PaintingStyle.stroke, width);