Skip to content

Commit 64dca01

Browse files
author
fbchen
committed
update example
1 parent 391400e commit 64dca01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/preprocess_complex_list.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ class PreprocessComplexListExample extends StatelessWidget {
101101
itemBuilder: (context, index) {
102102
if (index == 0) {
103103
return const Text(
104-
"""Constraints can also be calculated ahead of time so that they don't need to be calculated during layout.""",
104+
"""Constraints can also be calculated ahead of time so that they don't need to be calculated during layout""",
105105
style: TextStyle(
106106
color: Colors.black,
107-
fontSize: 16,
107+
fontSize: 25,
108108
),
109109
textAlign: TextAlign.center,
110110
);

0 commit comments

Comments
 (0)