convert write comment page to ListView

This commit is contained in:
krawieck 2020-10-25 01:20:31 +02:00
parent da3613e5e2
commit 44863bcb04
1 changed files with 2 additions and 2 deletions

View File

@ -89,7 +89,7 @@ class WriteComment extends HookWidget {
),
],
),
body: Column(
body: ListView(
children: [
ConstrainedBox(
constraints: BoxConstraints(
@ -107,7 +107,7 @@ class WriteComment extends HookWidget {
TextField(
controller: controller,
autofocus: true,
expands: true,
minLines: 5,
maxLines: null,
textAlignVertical: TextAlignVertical.top,
decoration: InputDecoration(border: OutlineInputBorder()),