GeoformActionsBuilder<U extends GeoformMarkerDatum> typedef
GeoformActionsBuilder<U extends GeoformMarkerDatum> =
Widget Function(BuildContext context, GeoformContext<U> geoformContext)
Implementation
typedef GeoformActionsBuilder<U extends GeoformMarkerDatum> = Widget Function(
BuildContext context,
GeoformContext<U> geoformContext,
);