SegmentItem constructor
const
SegmentItem({})
Implementation
const SegmentItem({
required this.x1,
required this.y1,
required this.x2,
required this.y2,
this.color = const Color(0xFF374151),
this.strokeWidth = 2.0,
this.arrow = false,
this.arrowSize = 12.0,
this.dashPattern,
});