hideDefaultInputWidget property
Option for hiding ChatFlow default input widget.
ChatFlow default input widget contains basically 3 other widgets:
- TextField
- Send Button
- Attachment Button
Developers might want to use custom input widget for better controls. Just pass in the
hideDefaultInputWidget:true
Default: final hideDefaultInputWidget = false
;
Implementation
final bool? hideDefaultInputWidget;