FlutterCirclePackChartPainter constructor
FlutterCirclePackChartPainter({
- required PackedNode root,
- required CircleNode focusedNode,
- CircleNode? previousFocusedNode,
- required double animationValue,
- required bool isDrillingIn,
- required double cameraScale,
- required double baseFontSize,
- bool showValue = true,
- bool showLabels = true,
Implementation
FlutterCirclePackChartPainter({
required this.root,
required this.focusedNode,
this.previousFocusedNode,
required this.animationValue,
required this.isDrillingIn,
required this.cameraScale,
required this.baseFontSize,
this.showValue = true,
this.showLabels = true,
});