customInputField property
Builder for custom input field widget.
If provided, replaces the default input field. Receives the chat controller to handle message sending.
Implementation
final Widget Function(BuildContext, ChatController)? customInputField;