ChartContainer constructor
const
ChartContainer({})
Implementation
const ChartContainer({
super.key,
required this.child,
required this.buttonText,
this.buttonIcon,
required this.onButtonPressed,
required this.title,
this.secondaryButtonText = "",
this.onSecondaryButtonPressed,
this.secondaryButtonIcon,
});