PinDot constructor

const PinDot({
  1. Key? key,
  2. required Color fillColor,
})

Implementation

const PinDot({super.key, required this.fillColor});