Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -447,7 +447,7 @@ class FirstScreen extends StatelessWidget { | @@ -447,7 +447,7 @@ class FirstScreen extends StatelessWidget { | ||
| 447 | 447 | ||
| 448 | @override | 448 | @override |
| 449 | Widget build(BuildContext context) { | 449 | Widget build(BuildContext context) { |
| 450 | - return Container(); | 450 | + return Container(child: Text('FirstScreen')); |
| 451 | } | 451 | } |
| 452 | } | 452 | } |
| 453 | 453 |
-
Please register or login to post a comment