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: [
|
||||
widget.actionButton,
|
||||
Column(
|
||||
children: [widget.header, widget.body],
|
||||
children: [widget.header, Expanded(child: widget.body)],
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue