InfoWindowOption constructor
InfoWindowOption({
- bool show = false,
- LatLng? latLng,
- EdgeInsetsGeometry? offset,
Implementation
InfoWindowOption({this.show = false, this.latLng, this.offset});