LineCanvasModel class
绘制图表的计算之后的结果模型集
Constructors
-
LineCanvasModel({required List<
Path> paths, required Color pathColor, required double pathWidth, required List<Path> ? shadowPaths, required List<Color> ? shaderColors, required List<Point< ? points, required Color pointColor, required double pointRadius, required double pointInnerRadius, required Color pointInnerColor, bool showPointText = false})num> > -
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pathColor → Color
-
final
-
paths
→ List<
Path> -
final
- pathWidth → double
-
final
- pointColor → Color
-
final
- pointInnerColor → Color
-
final
- pointInnerRadius → double
-
final
- pointRadius → double
-
final
-
points
→ List<
Point< ?num> > -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
shaderColors
→ List<
Color> ? -
final
-
shadowPaths
→ List<
Path> ? -
final
- showPointText → bool
-
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