sendButtonBuilder property

(Widget Function(void send())?) sendButtonBuilder
final

Builder to create your own send button widget You can use defaultSendButton to only override some variables

Implementation

final Widget Function(void Function() send)? sendButtonBuilder;