circlePaint property

Paint circlePaint
final

The paint to use on the surrounding circle.

Implementation

final circlePaint = Paint()
  ..color = Colors.red
  ..style = PaintingStyle.stroke
  ..strokeWidth = 1.0;