customInputField property
Custom input field widget.
Receives the chat controller to handle message sending.
Implementation
final Widget Function(BuildContext, ChatController)? customInputField;
Custom input field widget.
Receives the chat controller to handle message sending.
final Widget Function(BuildContext, ChatController)? customInputField;