Skip to content

Commit 7d3878b

Browse files
committed
perf:perf main page
1 parent b8124a8 commit 7d3878b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/main.dart

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,10 @@ class ListDemoItem extends StatelessWidget{
216216
@override
217217
Widget build(BuildContext context) {
218218
return FlatButton(
219-
child: Text(title,style:TextStyle(fontSize: 20.0)),
219+
child: Text(
220+
title,
221+
style:TextStyle(fontSize: 20.0)
222+
),
220223
textColor: Colors.blue,
221224
onPressed: (){
222225
Navigator.pushNamed(context, route);

0 commit comments

Comments
 (0)