bubbleStyle property

BubbleStyle? bubbleStyle
final

Style options for message bubbles

This property allows customizing the appearance of message bubbles, including colors, border radius, and shadows.

The bubbleStyle colors (userBubbleColor and aiBubbleColor) will be used even when decoration or containerDecoration is provided.

To completely customize the bubble appearance (overriding bubbleStyle):

  1. Set bubbleStyle to null
  2. Provide a custom decoration or containerDecoration

Implementation

final BubbleStyle? bubbleStyle;