Radar5DimensionsChart constructor
const
Radar5DimensionsChart({
- required List<
RadarBean> data, - double? radius = 70,
- double padding = 10,
- double titleMargin = 10,
- double cycleRadius = 22,
- Paint? zeroToPointPaint,
- Paint? pentagonPaint,
- Paint? contentPaint,
- RadarType radarType = RadarType.normal,
- CustomPosition? customPosition,
- bool showScore = true,
- double totalScore = 100,
- Key? key,
Implementation
const Radar5DimensionsChart({
required this.data,
this.radius = 70,
this.padding = 10,
this.titleMargin = 10,
this.cycleRadius=22,
this.zeroToPointPaint,
this.pentagonPaint,
this.contentPaint,
this.radarType = RadarType.normal,
this.customPosition,
this.showScore = true,
this.totalScore = 100,
Key? key}):super(key: key);