PointView constructor
PointView({})
Implementation
PointView(
{required this.ringWidth,
required this.ringRadius,
required this.showUnSelectRing,
required this.circleRadius,
required this.selectColor,
required this.unSelectColor,
required this.points});