SimpleScatterPlotMatrixTapCallback typedef

SimpleScatterPlotMatrixTapCallback = void Function(SimpleScatterPlotMatrixPoint point, int pointIndex, String xVariable, String yVariable)

Implementation

typedef SimpleScatterPlotMatrixTapCallback =
    void Function(
      SimpleScatterPlotMatrixPoint point,
      int pointIndex,
      String xVariable,
      String yVariable,
    );