MessageTheme
constructor(textStyle: TextStyle, contentPadding: ComponentPadding, backgroundColor: Color, backgroundBorder: BorderStroke?, backgroundShapes: MessageBackgroundShapes, quotedTextStyle: TextStyle, quotedBackgroundColor: Color, deletedBackgroundColor: Color, audioRecording: AudioRecordingAttachmentTheme, quoted: QuotedMessageStyle, poll: PollMessageStyle)
Parameters
textStyle
The text style for the messages.
contentPadding
The padding for the message content.
backgroundColor
The background color for the messages.
backgroundBorder
The border for the message background.
backgroundShapes
The shapes for the message background.
quotedTextStyle
The text style for the quoted messages contained in a reply.
quotedBackgroundColor
The background color for the quoted messages.
deletedBackgroundColor
The background color for the deleted messages.
audioRecording
The theming for the audio recording attachment.