AxisLabelRenderDetails constructor
AxisLabelRenderDetails(
- num value,
- String text,
- TextStyle textStyle,
- RenderChartAxis axis,
- DateTimeIntervalType? currentDateTimeIntervalType,
- String? currentDateFormat,
Creating an argument constructor of AxisLabelRenderDetails class.
Implementation
AxisLabelRenderDetails(
this.value,
this.text,
this.textStyle,
this.axis,
this.currentDateTimeIntervalType,
this.currentDateFormat,
);