hideDefaultInputWidget property

bool? hideDefaultInputWidget
final

Option for hiding ChatFlow default input widget.

ChatFlow default input widget contains basically 3 other widgets:

  1. TextField
  2. Send Button
  3. 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;