Commit 99136228 by Karthik Ponnam Committed by GitHub

Merge pull request #34 from ValiCollection/master

Update README.md
parents 24d62d31 f9b6c6bd
...@@ -24,8 +24,8 @@ Fluttertoast.showToast( ...@@ -24,8 +24,8 @@ Fluttertoast.showToast(
toastLength: Toast.LENGTH_SHORT, toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER, gravity: ToastGravity.CENTER,
timeInSecForIos: 1, timeInSecForIos: 1,
bgcolor: "#e74c3c", backgroundColor: Colors.red,
textcolor: '#ffffff' 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