remove unused Expanded
This commit is contained in:
parent
665aeb51fb
commit
9ad58e44de
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue