MessageBody constructor
const
MessageBody({})
Implementation
const MessageBody(
{super.key,
this.messageTextStyle,
required this.messageBody,
required this.isMe,
required this.myMessageBackGrounColor,
required this.otherMessageBackGrounColor});