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