MarkerIcon constructor

const MarkerIcon({
  1. IconData? icon,
  2. Color? color,
})

Implementation

const MarkerIcon({this.icon, this.color});