customBottomWidget property

Widget? customBottomWidget
final

Allows you to replace the default Input widget e.g. if you want to create a channel view. If you're looking for the bottom widget added to the chat list, see listBottomWidget instead.

Implementation

final Widget? customBottomWidget;