FlutterCirclePackChartLegend constructor

const FlutterCirclePackChartLegend({
  1. Key? key,
  2. CirclePackChartController? controller,
  3. List<CircleNode>? children,
  4. String? title,
})

Implementation

const FlutterCirclePackChartLegend({
  super.key,
  this.controller,
  this.children,
  this.title,
});