RadarSeries class

一组数据(可一次渲染多组) valuesdimensions 一一对应 fillColor/fillGradient/fillOpacity 填充 strokeColor/strokeWidth 描边 showPoints/pointRadius 顶点圆点 labelBgColor 外侧徽章/内侧徽章背景(与 labelMode 相关) legend 用于图例显示

Constructors

RadarSeries.new({required List<double> values, Color? fillColor, Gradient? fillGradient, double fillOpacity = 0.35, Color strokeColor = const Color(0xFF607D8B), double strokeWidth = 2, bool showPoints = true, double pointRadius = 3, Color labelBgColor = Colors.white, String? legend})
const

Properties

fillColor Color?
final
fillGradient Gradient?
final
fillOpacity double
final
hashCode int
The hash code for this object.
no setterinherited
labelBgColor Color
final
legend String?
final
pointRadius double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showPoints bool
final
strokeColor Color
final
strokeWidth double
final
values List<double>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited