MessageComponent constructor
const
MessageComponent({})
Implementation
const MessageComponent({
Key? key,
required this.theme,
required this.mediaQuery,
required this.channelId,
required this.bheight,
required this.channel,
}) : super(key: key);