Chat Panel Theme
fun ChatPanelTheme( colors: PanelColors = LocalPanelColors.current, icons: PanelIconography = LocalPanelIconography.current, avatarStyle: AvatarStyle = LocalPanelAvatarStyle.current, avatarStackStyle: AvatarStackStyle = LocalPanelAvatarStackStyle.current, incomingMessageStyle: MessageStyle = defaultIncomingMessageStyle(), outgoingMessageStyle: MessageStyle = defaultOutgoingMessageStyle(), content: @Composable () -> Unit)
Content copied to clipboard
Chat panel theme
Parameters
colors
Color palette used by the Chat panel.
icons
Iconography used by Aircore panels.
avatar Style
Class that encloses all styling options for avatars.
avatar Stack Style
Class that encloses all styling options for avatar stacks.
incoming Message Style
Encloses all styling options for incoming messages.
outgoing Message Style
Encloses all styling options for outgoing messages.
content
Content to be wrapped by the theme.