MapsOverlay constructor
const
MapsOverlay(
- Widget overlayWidget, {
- Key? key,
- OverlayScrollCallback? onScrolled,
- OverlayDismissCallback? onDismissed,
- int? maxWidth,
- int? maxHeight,
Implementation
const MapsOverlay(this.overlayWidget,
{super.key,
this.onScrolled,
this.onDismissed,
this.maxWidth,
this.maxHeight});