BubbleUIBuilder extension
the following extension BubbleUIBuilder is used to build the UI of the message bubbles.
- on
Static Methods
-
getAdditionalConfigurations(
BuildContext context, BaseMessage message, List< CometChatTextFormatter> ? formatters, CometChatIncomingMessageBubbleStyle? incomingMessageBubbleStyle2, CometChatOutgoingMessageBubbleStyle? outgoingMessageBubbleStyle2, CometChatActionBubbleStyle? actionBubbleStyle2) → AdditionalConfigurations? -
Available on MessageUtils, provided by the BubbleUIBuilder extension
-
getBubbleStyle(
BaseMessage message, CometChatOutgoingMessageBubbleStyle? outgoingMessageBubbleStyle, CometChatIncomingMessageBubbleStyle? incomingMessageBubbleStyle, CometChatColorPalette colorPalette, CometChatTypography typography, CometChatSpacing spacing) → CometChatMessageBubbleStyleData? -
Available on MessageUtils, provided by the BubbleUIBuilder extension
-
getSentTextMediaBorderRadiusGeometry(
BaseMessage message, BorderRadiusGeometry? borderRadius, CometChatColorPalette colorPalette, CometChatTypography typography, CometChatSpacing spacing) → BorderRadiusGeometry? -
Available on MessageUtils, provided by the BubbleUIBuilder extension
-
getTextFormatters(
BaseMessage message, List< CometChatTextFormatter> textFormatters) → List<CometChatTextFormatter> -
Available on MessageUtils, provided by the BubbleUIBuilder extension