Package-level declarations

Types

Link copied to clipboard
data class PollMessageStyle(val backgroundColor: Color)

Represents the style for poll messages.

Link copied to clipboard
data class QuotedMessageStyle(    val textStyle: TextStyle,     val backgroundColor: Color,     val backgroundShape: Shape,     val backgroundBorder: BorderStroke?,     val contentPadding: ComponentPadding)

Represents the style for quoted messages.