lib/widgets/input_bar.dart
.. .. @@ -111,8 +111,7 @@ 111 111 const EdgeInsets.symmetric(horizontal: 16, vertical: 10), 112 112 isDense: true, 113 113 ), 114 - textInputAction: TextInputAction.send,115 - onSubmitted: (_) => onSendText(),114 + textInputAction: TextInputAction.newline,116 115 maxLines: 4, 117 116 minLines: 1, 118 117 ),