CustomMarkerPin constructor

const CustomMarkerPin(
  1. MapMarkerIconModel model, {
  2. Key? key,
})

Creates a marker pin for model.

Implementation

const CustomMarkerPin(this.model, {super.key});