debugPaint property
The debugColor represented as a Paint object.
Implementation
Paint get debugPaint => Paint()
..color = debugColor
..strokeWidth = 1
..style = PaintingStyle.stroke;
The debugColor represented as a Paint object.
Paint get debugPaint => Paint()
..color = debugColor
..strokeWidth = 1
..style = PaintingStyle.stroke;