ChartLegendTapCallback typedef
        ChartLegendTapCallback =
     void Function(LegendTapArgs legendTapArgs)
    
    
Returns the LegendTapArgs.
Implementation
typedef ChartLegendTapCallback = void Function(LegendTapArgs legendTapArgs);Returns the LegendTapArgs.
typedef ChartLegendTapCallback = void Function(LegendTapArgs legendTapArgs);