InfoWindow constructor

const InfoWindow({
  1. String? title,
  2. String? snippet,
})

Marker 产生一个不可修改的文本气泡.

Implementation

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