Bubble constructor
const
Bubble({})
Implementation
const Bubble({
super.key,
this.bubbleColorType = BubbleColorType.filled,
required this.backgroundColor,
this.highlightColors,
this.radii = const [18, 18, 18, 0],
this.borderColor,
this.borderWidth = 1,
required this.child,
});