ChatThreadInput constructor
const
ChatThreadInput({
- Key? key,
- required RoomClient room,
- required void onSend(),
- required ChatThreadController controller,
- void onChanged()?,
- Widget attachmentBuilder(
- BuildContext context,
- FileUpload upload
- Widget? leading,
- Widget? trailing,
Implementation
const ChatThreadInput({
super.key,
required this.room,
required this.onSend,
required this.controller,
this.onChanged,
this.attachmentBuilder,
this.leading,
this.trailing,
});