AxisLabelRenderArgs constructor

AxisLabelRenderArgs([
  1. num? value,
  2. String? axisName,
  3. AxisOrientation? orientation,
  4. ChartAxis? axis,
])

Creating an argument constructor of AxisLabelRenderArgs class.

Implementation

AxisLabelRenderArgs([this.value, this.axisName, this.orientation, this.axis]);