OutgoingMessageBubble constructor
const
OutgoingMessageBubble(})
Implementation
const OutgoingMessageBubble(this.deleteCallback,
{Key? key,
this.message,
this.color = CustomColors.outgoingMessageColor,
this.avatarColor = CustomColors.defaultColor})
: super(key: key);