BubbleChartRenderer constructor

const BubbleChartRenderer({
  1. double minRadius = 4,
  2. double maxRadius = 24,
  3. String sizeKey = kBubbleSizeKey,
})

Implementation

const BubbleChartRenderer({
  this.minRadius = 4,
  this.maxRadius = 24,
  this.sizeKey = kBubbleSizeKey,
});