LineChartWidget constructor
const
LineChartWidget({})
Implementation
const LineChartWidget({
Key? key,
required this.title,
required this.data,
this.lineColor = AppColors.primaryBlue,
this.showDots = true,
this.showArea = true,
this.maxY = 100,
this.xLabels,
}) : super(key: key);