MessageTheme

constructor(textStyle: TextStyle, backgroundColor: Color, quotedTextStyle: TextStyle, quotedBackgroundColor: Color, deletedBackgroundColor: Color)

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.