ChartCard constructor
const
ChartCard({
- Key? key,
- required Widget child,
- required ChartThemeData themeData,
- EdgeInsetsGeometry? padding,
- EdgeInsetsGeometry? margin,
- VoidCallback? onTap,
Implementation
const ChartCard({
Key? key,
required this.child,
required this.themeData,
this.padding,
this.margin,
this.onTap,
}) : super(key: key);