We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba32bb commit 969eec4Copy full SHA for 969eec4
snack_bar/README.md
@@ -10,7 +10,7 @@ A new Flutter project which explains how to use SnackBars in flutter.
10
11
* Normal Snackbars can be implemented as:
12
13
-```
+```dart
14
15
void normalSnackBar(BuildContext context) {
16
var snackBar = SnackBar(
@@ -26,7 +26,7 @@ void normalSnackBar(BuildContext context) {
26
27
* SnackBars with an action can be implemented as:
28
29
- ```
+ ```dart
30
31
void actionSnackBar(BuildContext context) {
32
@@ -49,4 +49,4 @@ void normalSnackBar(BuildContext context) {
49
<hr>
50
51
 
52
-
+
0 commit comments