Skip to content

Commit 37e1010

Browse files
committed
add spacing detail
1 parent a2f3ead commit 37e1010

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/build.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Pay close attention to:
5151
- List item layout (stacked vs inline key-value)
5252
- Icon choices (delete, close, info, etc.)
5353
- Typography, spacing, and colors
54+
- Spacing: 12px gap between sections, 8px gap between cards/buttons within a section
5455
5556
You can also interact with the reference app to observe specific flows:
5657
@@ -919,6 +920,10 @@ Colors:
919920
- dividerColor = Color(0xFFE8EAED)
920921
- warningBackground = Color(0xFFFFF8E1)
921922
923+
Spacing constants:
924+
- cardGap = 8.0 // gap between a card/banner and its action buttons within a section
925+
- sectionGap = 12.0 // gap between sections (SectionCard wrapper bottom margin)
926+
922927
AppTheme class with static ThemeData get light:
923928
- useMaterial3: true
924929
- ColorScheme.fromSeed with OneSignalRed as seed

0 commit comments

Comments
 (0)