ChartLine constructor
const
ChartLine({})
Implementation
const ChartLine({
super.key,
required this.bounds,
required this.points,
required this.positiveColor,
required this.negativeColor,
required this.lineWidth,
required this.dashArray,
});