defaultPaint property

Paint defaultPaint
final

Default value for paint.

Implementation

static final defaultPaint = Paint()
  ..strokeWidth = 2
  ..color = const Color(0xFF000000)
  ..style = PaintingStyle.stroke
  ..strokeCap = StrokeCap.round;