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(
toastLength: Toast.LENGTH_SHORT,
gravity: ToastGravity.CENTER,
timeInSecForIos: 1,
bgcolor: "#e74c3c",
textcolor: '#ffffff'
backgroundColor: Colors.red,
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