PowerPopupOptions constructor
- required PowerPopupBuilder popupBuilder,
- PopupSnap popupSnap = PopupSnap.markerTop,
- required PopupController popupController,
- PopupAnimation? popupAnimation,
- bool markerRotate = false,
- MarkerTapBehavior? markerTapBehavior,
- bool buildPopupOnHover = false,
- int timeToShowPopupOnHover = 300,
Implementation
PowerPopupOptions({
required this.popupBuilder,
this.popupSnap = PopupSnap.markerTop,
required this.popupController,
this.popupAnimation,
this.markerRotate = false,
MarkerTapBehavior? markerTapBehavior,
this.buildPopupOnHover = false,
this.timeToShowPopupOnHover = 300,
}) : markerTapBehavior =
markerTapBehavior ?? MarkerTapBehavior.togglePopupAndHideRest();