MarkerIconInfo constructor

const MarkerIconInfo({
  1. Icon? icon,
  2. String? assetPath,
  3. Size? assetMarkerSize,
})

Implementation

const MarkerIconInfo({
  this.icon,
  this.assetPath,
  this.assetMarkerSize,
});