remove unused Expanded

This commit is contained in:
shilangyu 2020-10-25 11:30:46 +00:00
parent 665aeb51fb
commit 9ad58e44de
1 changed files with 18 additions and 20 deletions

View File

@ -100,8 +100,7 @@ class WriteComment extends HookWidget {
),
),
Divider(),
Expanded(
child: IndexedStack(
IndexedStack(
index: showFancy.value ? 1 : 0,
children: [
TextField(
@ -121,7 +120,6 @@ class WriteComment extends HookWidget {
)
],
),
),
Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [