SimpleBoxenPlotTapCallback typedef

SimpleBoxenPlotTapCallback = void Function(SimpleBoxenPlotData data, int index, SimpleBoxenPlotSummary summary)

Implementation

typedef SimpleBoxenPlotTapCallback =
    void Function(
      SimpleBoxenPlotData data,
      int index,
      SimpleBoxenPlotSummary summary,
    );