SimpleFrequencyPolygonTooltipBuilder typedef

SimpleFrequencyPolygonTooltipBuilder = Widget Function(BuildContext context, String binLabel, List<SimpleFrequencyPolygonTooltipItem> items)

Implementation

typedef SimpleFrequencyPolygonTooltipBuilder =
    Widget Function(
      BuildContext context,
      String binLabel,
      List<SimpleFrequencyPolygonTooltipItem> items,
    );