CircleNowIndicatorShape constructor

CircleNowIndicatorShape({
  1. required Color color,
  2. double radius = 4,
})

Implementation

CircleNowIndicatorShape({required this.color, this.radius = 4}) : _paint = Paint()..color = color;