move expanded into layout builder
This commit is contained in:
parent
4a0466070d
commit
26f1e8529f
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
||||||
children: [
|
children: [
|
||||||
widget.actionButton,
|
widget.actionButton,
|
||||||
Column(
|
Column(
|
||||||
children: [widget.header, widget.body],
|
children: [widget.header, Expanded(child: widget.body)],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue