diff --git a/example/lib/toast_no_context.dart b/example/lib/toast_no_context.dart index 77d78b7d..1c368fd9 100644 --- a/example/lib/toast_no_context.dart +++ b/example/lib/toast_no_context.dart @@ -27,7 +27,7 @@ class _ToastNoContextState extends State { void showColoredToast() { Fluttertoast.showToast( - msg: "This is Colored Toast with android duration of 5 Sec", + msg: "This is Colored Toast with android of short", toastLength: Toast.LENGTH_SHORT, backgroundColor: Colors.red, textColor: Colors.white);