BubblePainter constructor
const
BubblePainter({
- Color? color,
- Radius? radius,
- ArrowDirection arrowDirection = ArrowDirection.left,
- ArrowAlignment arrowAlignment = ArrowAlignment.start,
- double? arrowSize,
- double? arrowOffset,
- double? elevation,
Implementation
const BubblePainter({
this.color,
this.radius,
this.arrowDirection = ArrowDirection.left,
this.arrowAlignment = ArrowAlignment.start,
this.arrowSize,
this.arrowOffset,
this.elevation,
});