Commit f9b6c6bd by Vali Committed by GitHub

Merge pull request #1 from ValiCollection/zhaoya188-patch-1

Update README.md
parents 24d62d31 4cde898a
...@@ -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