FlutterCirclePackChartPainter constructor

FlutterCirclePackChartPainter({
  1. required PackedNode root,
  2. required CircleNode focusedNode,
  3. CircleNode? previousFocusedNode,
  4. required double animationValue,
  5. required bool isDrillingIn,
  6. required double cameraScale,
  7. required double baseFontSize,
  8. bool showValue = true,
  9. 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,
});