MarkerWithTooltip constructor

MarkerWithTooltip({
  1. required Color markerColor,
  2. required double markerSize,
  3. required String statusText,
  4. required bool isShowingTooltip,
  5. required Function onTap,
})

Implementation

MarkerWithTooltip(
    {required this.markerColor,
    required this.markerSize,
    required String this.statusText,
    required bool this.isShowingTooltip,
    required Function this.onTap});