InfoWindowOption constructor

InfoWindowOption({
  1. bool show = false,
  2. LatLng? latLng,
  3. EdgeInsetsGeometry? offset,
})

Implementation

InfoWindowOption({this.show = false, this.latLng, this.offset});