Use standard 16px spacing below subform headers

This commit is contained in:
Imran Remtulla
2026-07-08 09:16:50 +01:00
parent 07421696b1
commit b3fc9f32e4

View File

@@ -448,7 +448,7 @@ class _GeneratedFormState extends State<GeneratedForm> {
.bodyLarge
?.copyWith(fontWeight: FontWeight.bold),
),
if (!compact) const SizedBox(height: 12),
if (!compact) const SizedBox(height: 16),
GeneratedForm(
key: internalFormKey,
items: cloneFormItems(item.items)