BubbleBoxBorder constructor

BubbleBoxBorder({
  1. Color color = const Color(0xFF000000),
  2. double width = 1,
  3. BubbleBoxBorderStyle style = BubbleBoxBorderStyle.solid,
  4. double? dashedGap,
  5. double dashedWidth = 5,
  6. Gradient? gradient,
})

Implementation

BubbleBoxBorder({
  this.color = const Color(0xFF000000),
  this.width = 1,
  this.style = BubbleBoxBorderStyle.solid,
  this.dashedGap,
  this.dashedWidth = 5,
  this.gradient,
});