InfoWindowExtension constructor
InfoWindowExtension({
- required Widget infoWindow,
- InfoWindowOption? option,
Implementation
InfoWindowExtension({required this.infoWindow, this.option});