MessageFieldView constructor
const
MessageFieldView({ - Key? key,
- MessageFieldController? controller,
- void onChanged()?,
- Future<void> onItemPressed(
- ChatItem item
)?,
- Future<void> onAttachmentError(
- ChatItem
)?,
- Key? fieldKey,
- Key? sendKey,
- bool canForward = false,
- bool canAttach = true,
- BoxConstraints? constraints,
})
Implementation
const MessageFieldView({
super.key,
this.controller,
this.onChanged,
this.onItemPressed,
this.onAttachmentError,
this.fieldKey,
this.sendKey,
this.canForward = false,
this.canAttach = true,
this.constraints,
});