AxisLabelRenderDetails constructor

AxisLabelRenderDetails(
  1. num value,
  2. String text,
  3. TextStyle textStyle,
  4. ChartAxis axis,
  5. DateTimeIntervalType? currentDateTimeIntervalType,
  6. String? currentDateFormat,
)

Creating an argument constructor of AxisLabelRenderDetails class.

Implementation

AxisLabelRenderDetails(this.value, this.text, this.textStyle, this.axis,
    this.currentDateTimeIntervalType, this.currentDateFormat);