forked from yaso_meth/mih-project
add spacing above and below header 5 each
This commit is contained in:
@@ -81,7 +81,9 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
const SizedBox(height: 5),
|
||||
getLayoutHeader(),
|
||||
const SizedBox(height: 5),
|
||||
Expanded(child: widget.body),
|
||||
],
|
||||
),
|
||||
@@ -112,7 +114,9 @@ class _MIHLayoutBuilderState extends State<MIHLayoutBuilder> {
|
||||
child: Column(
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
const SizedBox(height: 5),
|
||||
getLayoutHeader(),
|
||||
const SizedBox(height: 5),
|
||||
Expanded(child: widget.body),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user