SelectedCallback typedef

SelectedCallback = void Function(Offset offset, List<LineChartPoint>? points)

Implementation

typedef SelectedCallback = void Function(
    Offset offset, List<LineChartPoint>? points);