UnreadLabelButtonStyle

data class UnreadLabelButtonStyle(    val unreadLabelButtonEnabled: Boolean,     @ColorInt val unreadLabelButtonColor: Int,     @ColorInt val unreadLabelButtonRippleColor: Int,     val unreadLabelButtonTextStyle: TextStyle) : ViewStyle

Style for UnreadLabelButtonStyle.

Constructors

Link copied to clipboard
constructor(unreadLabelButtonEnabled: Boolean, @ColorInt unreadLabelButtonColor: Int, @ColorInt unreadLabelButtonRippleColor: Int, unreadLabelButtonTextStyle: TextStyle)

Properties

Link copied to clipboard
Link copied to clipboard

Enables/disables view which allows to scroll to the latest messages. Default value is true.

Link copied to clipboard

Text appearance of the unread count label.