customInputField property

Widget Function(BuildContext, ChatController)? customInputField
final

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;