googleMapsInfoWindow property

InfoWindow googleMapsInfoWindow

Implementation

googleMaps.InfoWindow get googleMapsInfoWindow => googleMaps.InfoWindow(
      anchor: this.anchor ?? Offset(0, 0),
      onTap: this.onTap,
      snippet: this.snippet,
      title: this.title,
    );