PinWidget constructor

const PinWidget({
  1. Key? key,
  2. Color? pinColor,
})

Implementation

const PinWidget({super.key, this.pinColor});