MapCustomInfoWindow constructor

const MapCustomInfoWindow(
  1. void onChange(
    1. double top,
    2. double left,
    3. double width,
    4. double height,
    ), {
  2. Key? key,
  3. required MapCustomInfoWindowController controller,
})

Implementation

const MapCustomInfoWindow(
  this.onChange, {
  super.key,
  required this.controller,
});