LinePath constructor
const
LinePath({})
Creates a line path widget.
Implementation
const LinePath({
super.key,
required this.points,
this.curve,
this.color = const Color(0xFF000000),
this.strokeWidth = 1.0,
this.strokeCap = StrokeCap.butt,
this.strokeJoin = StrokeJoin.miter,
this.dashPattern,
this.defined,
});