MessageInput constructor Null safety
Implementation
const MessageInput({
Key? key,
required this.messageController,
required this.fontFamily,
required this.fontSize,
required this.backgroundColour,
required this.foregroundColour,
required this.width,
required this.height,
required this.textAlign,
}) : super(key: key);