CircularAxisLabel constructor

CircularAxisLabel(
  1. GaugeTextStyle labelStyle,
  2. String text,
  3. num index,
  4. bool needsRotateLabel,
)

Creates the axis label with default or required properties.

Implementation

CircularAxisLabel(
  this.labelStyle,
  this.text,
  this.index,
  this.needsRotateLabel,
);