PopupEvent.showOnlyFor constructor

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

Implementation

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