BubbleText constructor
const
BubbleText({})
create BrnBubbleText
Implementation
const BubbleText(
{Key? key,
this.text = '',
this.maxLines,
this.onExpanded,
this.radius = 4,
this.bgColor = const Color(0xFFF8F8F8),
this.textStyle})
: super(key: key);