RadarIndicator constructor

RadarIndicator(
  1. String name, {
  2. double? max,
  3. double min = 0,
  4. num nameGap = 3,
  5. LabelStyle nameStyle = const LabelStyle(),
  6. LineStyle lineStyle = const LineStyle(),
})

Implementation

RadarIndicator(
  this.name, {
  this.max,
  this.min = 0,
  this.nameGap = 3,
  this.nameStyle = const LabelStyle(),
  this.lineStyle = const LineStyle(),
});