chatFooterBuilder property

(Widget Function()?) chatFooterBuilder
final

A Widget that will be shown below the MessageListView like you can show a "tying..." at the end.

Implementation

final Widget Function()? chatFooterBuilder;