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