Dot constructor

Dot({
  1. double? radius,
  2. Color? color,
})

Implementation

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