SimpleStreamgraphTapCallback typedef
SimpleStreamgraphTapCallback =
void Function(String label, SimpleTrendSeries series, double value, int labelIndex, int seriesIndex)
Implementation
typedef SimpleStreamgraphTapCallback =
void Function(
String label,
SimpleTrendSeries series,
double value,
double share,
int labelIndex,
int seriesIndex,
);