DefaultCircle constructor

const DefaultCircle({
  1. Color circleColor = Colors.grey,
  2. double circleOpacity = 0.3,
  3. double radius = 35,
})

Implementation

const DefaultCircle({this.circleColor = Colors.grey, this.circleOpacity = 0.3, this.radius = 35});