ExportableChart constructor
const
ExportableChart({
- Key? key,
- required ExportableChartController controller,
- required Widget child,
Implementation
const ExportableChart({
super.key,
required this.controller,
required this.child,
});