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