strokePaint property

Paint strokePaint

Implementation

Paint get strokePaint => Paint()
  ..style = PaintingStyle.stroke
  ..strokeCap = StrokeCap.round
  ..strokeJoin = StrokeJoin.round;