SimpleDotDensityTapCallback typedef

SimpleDotDensityTapCallback = void Function(SimpleDotDensityChartData data, int index, double share, int dotCount)

Implementation

typedef SimpleDotDensityTapCallback =
    void Function(
      SimpleDotDensityChartData data,
      int index,
      double share,
      int dotCount,
    );