Commit 36d02185 by Kiuber Committed by GitHub

Update toast_no_context.dart (#509)

parent 4fef9001
...@@ -27,7 +27,7 @@ class _ToastNoContextState extends State<ToastNoContext> { ...@@ -27,7 +27,7 @@ class _ToastNoContextState extends State<ToastNoContext> {
void showColoredToast() { void showColoredToast() {
Fluttertoast.showToast( 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, toastLength: Toast.LENGTH_SHORT,
backgroundColor: Colors.red, backgroundColor: Colors.red,
textColor: Colors.white); textColor: Colors.white);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment