PowerClusterWidgetBuilder typedef

PowerClusterWidgetBuilder = Widget Function(BuildContext context, List<PowerMarker> markers)

Implementation

typedef PowerClusterWidgetBuilder =
    Widget Function(BuildContext context, List<PowerMarker> markers);