MultiLevelLabelRenderDetails constructor

MultiLevelLabelRenderDetails(
  1. int actualLevel,
  2. String text,
  3. TextStyle textStyle,
  4. int index,
  5. String? axisName,
)

Creating an argument constructor of MultiLevelLabelRenderDetails class.

Implementation

MultiLevelLabelRenderDetails(
  this.actualLevel,
  this.text,
  this.textStyle,
  this.index,
  this.axisName,
);