MapMarkerIconModel constructor

MapMarkerIconModel({
  1. required String iconPath,
  2. required double width,
  3. required double height,
})

Implementation

MapMarkerIconModel({required this.iconPath, required this.width, required this.height});