PowerPopupBuilder typedef

PowerPopupBuilder = Widget Function(BuildContext context, PowerMarker powerMarker)

Implementation

typedef PowerPopupBuilder =
    Widget Function(BuildContext context, PowerMarker powerMarker);