Showing
1 changed file
with
1 additions
and
3 deletions
| @@ -192,9 +192,7 @@ class FirstRoute extends StatelessWidget { | @@ -192,9 +192,7 @@ class FirstRoute extends StatelessWidget { | ||
| 192 | icon: Icon(Icons.add), | 192 | icon: Icon(Icons.add), |
| 193 | onPressed: () { | 193 | onPressed: () { |
| 194 | GetBar( | 194 | GetBar( |
| 195 | - title: "Hey i'm a Get SnackBar!", | ||
| 196 | - message: | ||
| 197 | - "It's unbelievable! I'm using SnackBar without context, without boilerplate, without Scaffold, it is something truly amazing!", | 195 | + title: "Hi!", message: "i'm a Get SnackBar!", |
| 198 | duration: Duration(seconds: 3), | 196 | duration: Duration(seconds: 3), |
| 199 | )..show(); | 197 | )..show(); |
| 200 | }, | 198 | }, |
-
Please register or login to post a comment