senderBubbleBuilder property
Builder function for sender message bubbles.
Receives the message content as a child widget and should return a styled container. If not provided, uses default styling.
Implementation
final Widget Function(BuildContext context, Widget child)?
senderBubbleBuilder;