MessageTheme

data class MessageTheme(val textStyle: TextStyle, val backgroundColor: Color, val quotedTextStyle: TextStyle, val quotedBackgroundColor: Color, val deletedBackgroundColor: Color)

Represents message theming.

Parameters

textStyle

The text style for the messages.

backgroundColor

The background color for the messages.

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.

Constructors

Link copied to clipboard
constructor(textStyle: TextStyle, backgroundColor: Color, quotedTextStyle: TextStyle, quotedBackgroundColor: Color, deletedBackgroundColor: Color)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard