BubbleChartSpec constructor

BubbleChartSpec({
  1. Color? bubbleBorderColor,
  2. ColorStyle? bubbleBorderColorStyle,
  3. ChartData? bubbleLabels,
  4. int? bubbleMaxRadiusSize,
  5. int? bubbleMinRadiusSize,
  6. double? bubbleOpacity,
  7. ChartData? bubbleSizes,
  8. TextFormat? bubbleTextStyle,
  9. ChartData? domain,
  10. ChartData? groupIds,
  11. String? legendPosition,
  12. ChartData? series,
})

Implementation

BubbleChartSpec({
  this.bubbleBorderColor,
  this.bubbleBorderColorStyle,
  this.bubbleLabels,
  this.bubbleMaxRadiusSize,
  this.bubbleMinRadiusSize,
  this.bubbleOpacity,
  this.bubbleSizes,
  this.bubbleTextStyle,
  this.domain,
  this.groupIds,
  this.legendPosition,
  this.series,
});