ChatInput constructor
const
ChatInput({})
Implementation
const ChatInput({
super.key,
required this.isRobot,
this.isAttachmentUploading,
this.onAttachmentPressed,
required this.onSendPressed,
this.onTextChanged,
this.onTextFieldTap,
required this.sendButtonVisibilityMode,
this.extraWidget,
this.voiceWidget,
});