ChartLine constructor
const
ChartLine({})
Implementation
const ChartLine({
Key? key,
this.label,
required this.value,
required this.backgroundColor,
this.textStyleLine,
this.backgroundColorLine,
}) : super(key: key);