MessageUnreadSeparatorTheme

data class MessageUnreadSeparatorTheme(val textStyle: TextStyle, val backgroundColor: Color)

Represents message unread separator theming.

Parameters

textStyle

The text style for the unread separator.

backgroundColor

The background color for the unread separator.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard