You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Body text is the default text style. Use this text style for website content and paragraphs. This text is chosen to be easy and comfortable to read. As the default text style for large blocks of text, particular attention is placed on the choice of font. Some fonts are more comfortable to read than others.",
85
-
style: bodyTextStyle),
86
-
),
52
+
),
53
+
dividerSmall,
54
+
Container(
55
+
margin: marginBottom24,
56
+
),
57
+
Align(
58
+
alignment:Alignment.centerLeft,
59
+
child:Container(
60
+
margin: marginBottom24,
61
+
child:Text("Headline", style: headlineTextStyle),
87
62
),
88
-
].map(
89
-
(item) =>SliverToBoxAdapter(
90
-
child:MaxWidthBox(
91
-
maxWidth:1200,
92
-
padding:constEdgeInsets.symmetric(horizontal:32),
93
-
backgroundColor:Colors.white,
94
-
child: item,
95
-
),
63
+
),
64
+
Align(
65
+
alignment:Alignment.centerLeft,
66
+
child:Container(
67
+
margin: marginBottom24,
68
+
child:Text("Headline Secondary",
69
+
style: headlineSecondaryTextStyle),
96
70
),
97
71
),
98
-
SliverFillRemaining(
99
-
hasScrollBody:false,
100
-
child:MaxWidthBox(
101
-
maxWidth:1200,
102
-
backgroundColor:Colors.white,
103
-
child:Container()),
72
+
Align(
73
+
alignment:Alignment.centerLeft,
74
+
child:Container(
75
+
margin: marginBottom24,
76
+
child:Text("Subtitle", style: subtitleTextStyle),
77
+
),
104
78
),
105
-
...[
106
-
divider,
107
-
constFooter(),
108
-
].map(
109
-
(item) =>SliverToBoxAdapter(
110
-
child:MaxWidthBox(
111
-
maxWidth:1200,
112
-
padding:constEdgeInsets.symmetric(horizontal:32),
113
-
backgroundColor:Colors.white,
114
-
child: item,
115
-
),
79
+
Align(
80
+
alignment:Alignment.centerLeft,
81
+
child:Container(
82
+
margin: marginBottom40,
83
+
child:Text(
84
+
"Body text is the default text style. Use this text style for website content and paragraphs. This text is chosen to be easy and comfortable to read. As the default text style for large blocks of text, particular attention is placed on the choice of font. Some fonts are more comfortable to read than others.",
0 commit comments