SimpleStackedBarTapCallback typedef

SimpleStackedBarTapCallback = void Function(String category, SimpleGroupedBarSeries series, double value, double share, int categoryIndex, int seriesIndex)

Implementation

typedef SimpleStackedBarTapCallback =
    void Function(
      String category,
      SimpleGroupedBarSeries series,
      double value,
      double share,
      int categoryIndex,
      int seriesIndex,
    );