MessageItem constructor Null safety
Creates a MessageItem displaying the contents of the message within a container of set width and height;
Implementation
const MessageItem({
Key? key,
required this.message,
required this.width,
required this.height,
}) : super(key: key);