QuotedMessageStyle
data class QuotedMessageStyle(val textStyle: TextStyle, val backgroundColor: Color, val backgroundShape: Shape, val backgroundBorder: BorderStroke?, val contentPadding: ComponentPadding)
Represents the style for quoted messages.
Parameters
textStyle
The text style for the quoted message.
backgroundColor
The background color for the quoted message.
backgroundShape
The shape for the quoted message background.
backgroundBorder
The border for the quoted message background.
contentPadding
The padding for the quoted message content.
Constructors
Link copied to clipboard
constructor(textStyle: TextStyle, backgroundColor: Color, backgroundShape: Shape, backgroundBorder: BorderStroke?, contentPadding: ComponentPadding)