OnClickChart typedef

OnClickChart = void Function(BuildContext context, List<ChartLayoutState> list)

Implementation

typedef OnClickChart = void Function(BuildContext context, List<ChartLayoutState> list);