add spacing above and below header 5 each
This commit is contained in:
parent
9fb3abab7e
commit
8f62eba084
1 changed files with 4 additions and 0 deletions
|
|
@ -81,7 +81,9 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
const SizedBox(height: 5),
|
||||||
getLayoutHeader(),
|
getLayoutHeader(),
|
||||||
|
const SizedBox(height: 5),
|
||||||
Expanded(child: widget.body),
|
Expanded(child: widget.body),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
@ -112,7 +114,9 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
||||||
child: Column(
|
child: Column(
|
||||||
mainAxisAlignment: MainAxisAlignment.start,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
const SizedBox(height: 5),
|
||||||
getLayoutHeader(),
|
getLayoutHeader(),
|
||||||
|
const SizedBox(height: 5),
|
||||||
Expanded(child: widget.body),
|
Expanded(child: widget.body),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue