SimpleStreamgraphTooltipBuilder typedef
SimpleStreamgraphTooltipBuilder =
Widget Function(BuildContext context, String label, List<SimpleStreamgraphTooltipItem> items)
Implementation
typedef SimpleStreamgraphTooltipBuilder =
Widget Function(
BuildContext context,
String label,
List<SimpleStreamgraphTooltipItem> items,
);