SimpleFrequencyPolygonTapCallback typedef

SimpleFrequencyPolygonTapCallback = void Function(String binLabel, List<SimpleFrequencyPolygonTooltipItem> items, int binIndex)

Implementation

typedef SimpleFrequencyPolygonTapCallback =
    void Function(
      String binLabel,
      List<SimpleFrequencyPolygonTooltipItem> items,
      int binIndex,
    );