InfoWindow constructor

const InfoWindow({
  1. String? title,
  2. String? snippet,
  3. VoidCallback? onTap,
  4. Offset? anchor,
})

Implementation

const InfoWindow({this.title, this.snippet, this.onTap, this.anchor});