BubbleShape constructor
BubbleShape({
- BubblePosition position = BubblePosition.Bottom,
- double borderRadius = 12,
- double arrowHeight = 10,
- double arrowWidth = 10,
- double arrowPositionPercent = 0.5,
Implementation
BubbleShape(
{this.position = BubblePosition.Bottom,
this.borderRadius = 12,
this.arrowHeight = 10,
this.arrowWidth = 10,
this.arrowPositionPercent = 0.5});