MarkerIconInfo constructor

const MarkerIconInfo({
  1. Icon? icon,
  2. String? assetPath,
  3. Size? assetMarkerSize,
  4. void onTapMarker(
    1. LatLng
    )?,
  5. void onTapInfoWindow(
    1. LatLng
    )?,
  6. String? infoWindowTitle,
  7. bool isVisible = true,
  8. double rotation = 0.0,
  9. Offset anchor = const Offset(0.5, 1.0),
})

Implementation

const MarkerIconInfo({
  this.icon,
  this.assetPath,
  this.assetMarkerSize,
  this.onTapMarker,
  this.onTapInfoWindow,
  this.infoWindowTitle,
  this.isVisible = true,
  this.rotation = 0.0,
  this.anchor = const Offset(0.5, 1.0),
});