MessageWidget typedef

  1. @Deprecated("Use 'StreamMessageWidget' instead")
MessageWidget = StreamMessageWidget

screenshot screenshot

It shows a message with reactions, replies and user avatar.

Usually you don't use this widget as it's the default message widget used by StreamMessageListView.

The widget components render the ui based on the first ancestor of type StreamChatTheme. Modify it to change the widget appearance.

Implementation

@Deprecated("Use 'StreamMessageWidget' instead")
typedef MessageWidget = StreamMessageWidget;