appleMapsInfoWindow property

InfoWindow appleMapsInfoWindow

Implementation

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