fix: Inputborder

This commit is contained in:
Christian Pauly 2021-02-03 18:48:48 +01:00
parent 6348953fb8
commit 6960618f55

View File

@ -1154,6 +1154,7 @@ class _ChatState extends State<Chat> {
L10n.of(context).writeAMessage, L10n.of(context).writeAMessage,
hintMaxLines: 1, hintMaxLines: 1,
border: InputBorder.none, border: InputBorder.none,
enabledBorder: InputBorder.none,
filled: false, filled: false,
), ),
onChanged: (String text) { onChanged: (String text) {