ChartContainer constructor
const
ChartContainer({})
Implementation
const ChartContainer({
super.key,
required this.child,
this.theme,
this.padding = const EdgeInsets.all(16.0),
this.title,
this.subtitle,
this.useGlassmorphism = false,
this.useNeumorphism = false,
this.isLoading = false,
this.isError = false,
this.errorMessage,
});