Dot constructor

Dot({
  1. double? radius,
  2. Color? color,
  3. DotType? type,
  4. Icon? icon,
})

Implementation

Dot({this.radius, this.color, this.type, this.icon});