FlutterCirclePackChartLegend constructor
const
FlutterCirclePackChartLegend({
- Key? key,
- CirclePackChartController? controller,
- List<
CircleNode> ? children, - String? title,
Implementation
const FlutterCirclePackChartLegend({
super.key,
this.controller,
this.children,
this.title,
});