Skip to content
Snippets Groups Projects

Resolve "Add bottom margin in parameters page"

Merged Benoît Harrault requested to merge 20-add-bottom-margin-in-parameters-page into master
3 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -111,6 +111,10 @@ class PageParameters extends StatelessWidget {
@@ -111,6 +111,10 @@ class PageParameters extends StatelessWidget {
if (blockBottom.isNotEmpty) {
if (blockBottom.isNotEmpty) {
blocks.addAll(blockBottom);
blocks.addAll(blockBottom);
 
} else {
 
// Add bottom margin
 
blocks.add(SizedBox(height: separatorHeight));
 
blocks.add(SizedBox(height: separatorHeight));
}
}
return Column(children: blocks);
return Column(children: blocks);
Loading