LineCanvasModel constructor
const
LineCanvasModel({
- required List<
Path> paths, - required Color pathColor,
- required double pathWidth,
- required List<
Path> ? shadowPaths, - required List<
Color> ? shaderColors, - required List<
Point< ? points,num> > - required Color pointColor,
- required double pointRadius,
- required double pointInnerRadius,
- required Color pointInnerColor,
- bool showPointText = false,
Implementation
const LineCanvasModel({
required this.paths,
required this.pathColor,
required this.pathWidth,
required this.shadowPaths,
required this.shaderColors,
required this.points,
required this.pointColor,
required this.pointRadius,
required this.pointInnerRadius,
required this.pointInnerColor,
this.showPointText = false,
});