BubbleCanvas constructor

BubbleCanvas(
  1. BuildContext context,
  2. double width,
  3. double height,
  4. Color color,
  5. BubbleArrowDirection position,
  6. double arrHeight,
  7. double arrAngle,
  8. double radius,
  9. double strokeWidth,
  10. PaintingStyle style,
  11. double length,
)

Implementation

BubbleCanvas(
    this.context,
    this.width,
    this.height,
    this.color,
    this.position,
    this.arrHeight,
    this.arrAngle,
    this.radius,
    this.strokeWidth,
    this.style,
    this.length);