inputFooterBuilder property

(Widget Function()?) inputFooterBuilder
final

A Widget that will be shown below the ChatInputToolbar like you can show a list of buttons like file image just like in Slack app.

Implementation

final Widget Function()? inputFooterBuilder;