SimpleCyclePlotTapCallback typedef

SimpleCyclePlotTapCallback = void Function(String cycleLabel, List<SimpleCyclePlotTooltipItem> items, int cycleIndex)

Implementation

typedef SimpleCyclePlotTapCallback =
    void Function(
      String cycleLabel,
      List<SimpleCyclePlotTooltipItem> items,
      int cycleIndex,
    );