debugPaint property

Paint debugPaint
override

The debugColor represented as a Paint object.

Implementation

Paint get debugPaint => Paint()
  ..color = debugColor
  ..strokeWidth = 1
  ..style = PaintingStyle.stroke;