fix: Inputborder

This commit is contained in:
Christian Pauly 2021-02-03 18:48:48 +01:00
parent 6348953fb8
commit 6960618f55
1 changed files with 1 additions and 0 deletions

View File

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