MessageBubbleParams
constructor(message: Message, color: Color, shape: Shape, content: @Composable () -> Unit, modifier: Modifier = Modifier, border: BorderStroke? = null)
Parameters
message
The message to render inside the bubble.
color
The color of the message bubble.
shape
The shape of the message bubble.
content
The content shown inside the message bubble.
modifier
Modifier for styling.
border
The border of the message bubble.