RadarBean class

create_user: zhengzaihong email:1096877329@qq.com create_date: 2024/5/29 create_time: 14:45 describe: 五维图数据

Constructors

RadarBean(num score, String name, {Color bgColor = Colors.white, TextStyle textStyle = const TextStyle(color: Colors.black, fontSize: 12), TextStyle scoreTextStyle = const TextStyle(color: Colors.white, fontSize: 12), num emptyScoreGrid = 10})

Properties

bgColor Color
getter/setter pair
emptyScoreGrid num
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
score num
getter/setter pair
scoreTextStyle TextStyle
getter/setter pair
textStyle TextStyle
getter/setter pair

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