ChatField constructor

const ChatField({
  1. String? myName,
  2. ChatHistoryOptions? chatOptions,
  3. SendMessageCallBack? onPressedSendButton,
  4. Key? key,
})

Implementation

const ChatField({
  this.myName,
  this.chatOptions,
  this.onPressedSendButton,
  Key? key
}) : super(key: key);