move expanded into layout builder
This commit is contained in:
@@ -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)],
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user