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