PopupEvent.hideOnlyFor constructor
- List<
MarkerData> markers, { - required bool disableAnimation,
Implementation
factory PopupEvent.hideOnlyFor(
List<MarkerData> markers, {
required bool disableAnimation,
}) => HidePopupsOnlyFor._(markers, disableAnimation: disableAnimation);