move expanded into layout builder

This commit is contained in:
2024-09-16 14:56:35 +02:00
parent 4a0466070d
commit 26f1e8529f

View File

@@ -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)],
),
],
),