ChartPlotAreaSwipeCallback typedef Null safety
A callback which gets called on swiping over plot area
Implementation
typedef ChartPlotAreaSwipeCallback = void Function(
ChartSwipeDirection direction);
A callback which gets called on swiping over plot area
typedef ChartPlotAreaSwipeCallback = void Function(
ChartSwipeDirection direction);