RadarDataSets class
Constructors
-
RadarDataSets({required List<
Axis> axisList, required List<PolygonDataSets> polygonList, EquidistantLineStyle equidistantStyle = const EquidistantLineStyle(), CuttingLineStyle cuttingStyle = const CuttingLineStyle(), PolygonStyle polygonStyle = const PolygonStyle(), TextStyle axisTitleStyle = const TextStyle(fontSize: 14, color: Colors.black), void onTapPolygonPoint(PolygonDataSets, int, int)?, void onTapAxisTitle(Axis, int)?})
Properties
-
axisList
↔ List<
Axis> -
getter/setter pair
- axisTitleStyle ↔ TextStyle
-
getter/setter pair
- cuttingStyle ↔ CuttingLineStyle
-
getter/setter pair
- equidistantStyle ↔ EquidistantLineStyle
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- onTapAxisTitle ↔ void Function(Axis, int)?
-
点击了轴标题
getter/setter pair
- onTapPolygonPoint ↔ void Function(PolygonDataSets, int, int)?
-
点击了多边形上的点,第一个int为多边形的序号,第二个为点在多边形中的序号
getter/setter pair
-
polygonList
↔ List<
PolygonDataSets> -
getter/setter pair
- polygonStyle ↔ PolygonStyle
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- size → Size?
-
no setter
- suggestPadding → double
-
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setSize(
Size? size) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited