MessageComposer constructor
const
MessageComposer({
- Key? key,
- required dynamic onSend(),
- required SwiftChatTheme theme,
- VoidCallback? onAttachFile,
Implementation
const MessageComposer({
super.key,
required this.onSend,
required this.theme,
this.onAttachFile,
});