PopupEvent.hideOnlyFor constructor

PopupEvent.hideOnlyFor(
  1. List<MarkerData> markers, {
  2. required bool disableAnimation,
})

Implementation

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