BarGraph constructor
BarGraph({})
Implementation
BarGraph(
{super.key,
required this.graphData,
required this.largestValue,
required this.backgroundColor,
required this.textColor,
required this.graphHeight});