FlutterCirclePackChart constructor
const
FlutterCirclePackChart({
- Key? key,
- List<
CircleNode> ? children, - String? title,
- CirclePackChartController? controller,
- double minRadiusRatio = 0.20,
- double fontSizeFactor = 1.0,
- bool showValue = true,
- bool showLabels = true,
Implementation
const FlutterCirclePackChart({
super.key,
this.children,
this.title,
this.controller,
this.minRadiusRatio = 0.20,
this.fontSizeFactor = 1.0,
this.showValue = true,
this.showLabels = true,
});