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 {
3838 '/envelope' : (context) => const EnvelopIndicatorScreen (),
3939 '/fetch-more' : (context) => const FetchMoreScreen (),
4040 '/horizontal' : (context) => const HorizontalScreen (),
41- '/programmatically-controlled' : (context) =>
42- const ProgrammaticallyControlled (),
41+ '/programmatically-controlled' : (context) => const ProgrammaticallyControlled (),
4342 },
4443 );
4544 }
@@ -86,8 +85,7 @@ class MainScreen extends StatelessWidget {
8685 child: Container (
8786 height: 50 ,
8887 alignment: Alignment .center,
89- child:
90- const Text ("Custom Material Indicator" ),
88+ child: const Text ("Custom Material Indicator" ),
9189 ),
9290 onPressed: () => Navigator .pushNamed (
9391 context,
You can’t perform that action at this time.
0 commit comments