fix: Inputborder
This commit is contained in:
parent
9db0e099ff
commit
cb0f2b0631
1 changed files with 1 additions and 0 deletions
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue