BubbleWidget constructor
const
BubbleWidget({})
Implementation
const BubbleWidget(
{Key? key,
required this.text,
required this.name,
required this.backgroundBubbleColor,
required this.borderBubbleColor,
required this.textBubbleColor})
: super(key: key);