ChatMsg constructor
const
ChatMsg({})
Constructs a ChatMsg widget.
Implementation
const ChatMsg({
super.key,
required this.msg,
required this.isUser,
required this.botMsgBgColor,
required this.botIcon,
required this.userMsgBgColor,
required this.userIcon,
this.msgStyle,
this.msgTime,
this.isTyping,
this.typing,
});