Commit 4cde898a by Vali Committed by GitHub

Update README.md

parent 24d62d31
......@@ -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