BubbleShape constructor

BubbleShape({
  1. BubblePosition position = BubblePosition.Bottom,
  2. double borderRadius = 12,
  3. double arrowHeight = 10,
  4. double arrowWidth = 10,
  5. double arrowPositionPercent = 0.5,
})

Implementation

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