messageBubbleTextStyle property

TextStyle Function(CometChatTheme theme, BubbleAlignment? alignment, {bool forConversation})? messageBubbleTextStyle
getter/setter pair

messageBubbleTextStyle is a function which is used to style the message bubble text with formatting

Implementation

TextStyle Function(CometChatTheme theme, BubbleAlignment? alignment,
    {bool forConversation})? messageBubbleTextStyle;