Skip to content

Commit 969eec4

Browse files
Snackbar
1 parent 5ba32bb commit 969eec4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

snack_bar/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A new Flutter project which explains how to use SnackBars in flutter.
1010

1111
* Normal Snackbars can be implemented as:
1212

13-
```
13+
```dart
1414
1515
void normalSnackBar(BuildContext context) {
1616
var snackBar = SnackBar(
@@ -26,7 +26,7 @@ void normalSnackBar(BuildContext context) {
2626

2727
* SnackBars with an action can be implemented as:
2828

29-
```
29+
```dart
3030
3131
void actionSnackBar(BuildContext context) {
3232
var snackBar = SnackBar(
@@ -49,4 +49,4 @@ void normalSnackBar(BuildContext context) {
4949
<hr>
5050

5151
![](./screenshots/screen1.png) ![](./screenshots/screen2.png)
52-
![](./screenshots/screen3.png)
52+
![](./screenshots/screen3.png)

0 commit comments

Comments
 (0)