File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff 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
5556You 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+
922927AppTheme class with static ThemeData get light:
923928- useMaterial3: true
924929- ColorScheme.fromSeed with OneSignalRed as seed
You can’t perform that action at this time.
0 commit comments