ChartCard constructor
const
ChartCard({
- Key? key,
- required ChartConfig config,
- required ChartWidgetController controller,
- required Widget child,
- void onExported()?,
Implementation
const ChartCard({
super.key,
required this.config,
required this.controller,
required this.child,
this.onExported,
});