getDeleteMessageBubble abstract method

Widget getDeleteMessageBubble(
  1. BaseMessage messageObject,
  2. CometChatTheme theme
)

override this to change view of deleted message

Implementation

Widget getDeleteMessageBubble(
    BaseMessage messageObject, CometChatTheme theme);