We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 391400e commit 64dca01Copy full SHA for 64dca01
example/preprocess_complex_list.dart
@@ -101,10 +101,10 @@ class PreprocessComplexListExample extends StatelessWidget {
101
itemBuilder: (context, index) {
102
if (index == 0) {
103
return const Text(
104
- """Constraints can also be calculated ahead of time so that they don't need to be calculated during layout.""",
+ """Constraints can also be calculated ahead of time so that they don't need to be calculated during layout""",
105
style: TextStyle(
106
color: Colors.black,
107
- fontSize: 16,
+ fontSize: 25,
108
),
109
textAlign: TextAlign.center,
110
);
0 commit comments