AxisLabelTapArgs constructor

AxisLabelTapArgs([
  1. ChartAxis? axis,
  2. String? axisName
])

Creating an argument constructor of AxisLabelTapArgs class.

Implementation

AxisLabelTapArgs([this.axis, this.axisName]);