ChatField constructor
const
ChatField({
- String? myName,
- ChatHistoryOptions? chatOptions,
- SendMessageCallBack? onPressedSendButton,
- Key? key,
Implementation
const ChatField({
this.myName,
this.chatOptions,
this.onPressedSendButton,
Key? key
}) : super(key: key);