ChatInputWidget constructor
const
ChatInputWidget({
- Key? key,
- required OnSendPressed? onSendPressed,
- required void onAttachmentPressed()?,
- Message? replyMessage,
- void unsetReplyMessage()?,
Internal use only.
Implementation
const ChatInputWidget(
{super.key,
required this.onSendPressed,
required this.onAttachmentPressed,
this.replyMessage,
this.unsetReplyMessage});