GraphLine constructor
GraphLine({})
Creates a GraphLine with the specified color, startOffset, endOffset, and lineWidth.
Implementation
GraphLine({
required this.color,
required this.startOffset,
required this.endOffset,
required this.lineWidth,
});