ChatView constructor
ChatView({})
Implementation
ChatView(
{required Key key,
required this.messages,
required this.loading,
required this.inputText,
required this.buttons})
: super(key: key);