File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,7 @@ class MyApp extends StatelessWidget {
38
38
'/envelope' : (context) => const EnvelopIndicatorScreen (),
39
39
'/fetch-more' : (context) => const FetchMoreScreen (),
40
40
'/horizontal' : (context) => const HorizontalScreen (),
41
- '/programmatically-controlled' : (context) =>
42
- const ProgrammaticallyControlled (),
41
+ '/programmatically-controlled' : (context) => const ProgrammaticallyControlled (),
43
42
},
44
43
);
45
44
}
@@ -86,8 +85,7 @@ class MainScreen extends StatelessWidget {
86
85
child: Container (
87
86
height: 50 ,
88
87
alignment: Alignment .center,
89
- child:
90
- const Text ("Custom Material Indicator" ),
88
+ child: const Text ("Custom Material Indicator" ),
91
89
),
92
90
onPressed: () => Navigator .pushNamed (
93
91
context,
You can’t perform that action at this time.
0 commit comments