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