MapLegendPointerBuilder typedef
MapLegendPointerBuilder =
Widget Function(BuildContext context, dynamic value)
Signature to return a Widget for the given value.
Implementation
typedef MapLegendPointerBuilder = Widget Function(
BuildContext context, dynamic value);