SimpleBarcodePlotTapCallback typedef

SimpleBarcodePlotTapCallback = void Function(SimpleBarcodePlotSeries series, int seriesIndex, int valueIndex, double value)

Implementation

typedef SimpleBarcodePlotTapCallback =
    void Function(
      SimpleBarcodePlotSeries series,
      int seriesIndex,
      int valueIndex,
      double value,
    );