MessageBubble

open fun MessageBubble(modifier: Modifier, message: Message, color: Color, shape: Shape, border: BorderStroke?, contentPadding: PaddingValues, content: @Composable () -> Unit)

The default appearance of the message bubble.

Parameters

modifier

Prepared Modifier for styling.

message

The Message to be rendered inside the bubble.

color

The color of the message bubble.

shape

The shape of the message bubble.

border

The border of the message bubble.

contentPadding

The padding of the message bubble.

content

The content shown inside the message bubble.