PopupEvent.showAlsoFor constructor

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

Implementation

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