Skip to content

Commit 36d0218

Browse files
authored
Update toast_no_context.dart (#509)
1 parent 4fef900 commit 36d0218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/lib/toast_no_context.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class _ToastNoContextState extends State<ToastNoContext> {
2727

2828
void showColoredToast() {
2929
Fluttertoast.showToast(
30-
msg: "This is Colored Toast with android duration of 5 Sec",
30+
msg: "This is Colored Toast with android of short",
3131
toastLength: Toast.LENGTH_SHORT,
3232
backgroundColor: Colors.red,
3333
textColor: Colors.white);

0 commit comments

Comments
 (0)