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 4fef900 commit 36d0218Copy full SHA for 36d0218
example/lib/toast_no_context.dart
@@ -27,7 +27,7 @@ class _ToastNoContextState extends State<ToastNoContext> {
27
28
void showColoredToast() {
29
Fluttertoast.showToast(
30
- msg: "This is Colored Toast with android duration of 5 Sec",
+ msg: "This is Colored Toast with android of short",
31
toastLength: Toast.LENGTH_SHORT,
32
backgroundColor: Colors.red,
33
textColor: Colors.white);
0 commit comments