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