Radar class
- Inheritance
-
- Object
- Coordinate
- CircleCoordinate
- Radar
Constructors
-
Radar({required List<
RadarIndicator> indicator, num offsetAngle = 0, int splitNumber = 5, RadarShape shape = RadarShape.polygon, bool silent = false, bool clockwise = true, AxisLine axisLine = const AxisLine(), MainTick axisTick = const MainTick(), StyleFun2<int, int, AreaStyle> ? splitStyleFun, StyleFun<int, LineStyle> ? borderStyleFun, StyleFun<RadarIndicator, LabelStyle> ? labelStyleFun, List<SNumber> center = const [SNumber.percent(50), SNumber.percent(50)], SNumber radius = const SNumber.percent(50), String id = '', bool show = true}) -
const
Properties
- axisLine → AxisLine
-
final
- axisTick → MainTick
-
final
-
borderStyleFun
→ StyleFun<
int, LineStyle> ? -
final
-
center
→ List<
SNumber> -
finalinherited
- clockwise → bool
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
finalinherited
-
indicator
→ List<
RadarIndicator> -
final
-
labelStyleFun
→ StyleFun<
RadarIndicator, LabelStyle> ? -
final
- offsetAngle → num
-
final
- radius → SNumber
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shape → RadarShape
-
final
- show → bool
-
finalinherited
- silent → bool
-
final
- splitNumber → int
-
final
-
splitStyleFun
→ StyleFun2<
int, int, AreaStyle> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toLayout(
) → CoordinateLayout -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited