TextBubbleStyle constructor
      const
      TextBubbleStyle({})
     
    
    
Implementation
const TextBubbleStyle({
  this.textStyle,
  super.width,
  super.height,
  super.background,
  super.border,
  super.borderRadius,
  super.gradient,
});