circlePaint property
final
The paint to use on the surrounding circle.
Implementation
final circlePaint = Paint()
..color = Colors.red
..style = PaintingStyle.stroke
..strokeWidth = 1.0;
The paint to use on the surrounding circle.
final circlePaint = Paint()
..color = Colors.red
..style = PaintingStyle.stroke
..strokeWidth = 1.0;