LineGraphPainter constructor
LineGraphPainter({})
Implementation
LineGraphPainter({
required this.features,
required this.labelX,
required this.labelY,
required this.fontFamily,
required this.graphColor,
required this.graphOpacity,
});