circlePaint property

Paint circlePaint
getter/setter pair

Implementation

Paint circlePaint = Paint()
  ..strokeWidth = 3
  ..color = Colors.lightBlue.withAlpha(155);