chore: Redesign textfields

This commit is contained in:
Christian Pauly 2021-01-24 17:26:59 +01:00
commit 284a72bb20
9 changed files with 74 additions and 91 deletions

View file

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