Commit 6522fa83 by Jason Flaherty Committed by GitHub

updated bgcolor to backgroundColor

parent a54ccc30
...@@ -39,7 +39,7 @@ Fluttertoast.showToast( ...@@ -39,7 +39,7 @@ Fluttertoast.showToast(
| toastLength | Toast.LENGTH_SHORT or Toast.LENGTH_LONG (optional) |Toast.LENGTH_SHORT | | toastLength | Toast.LENGTH_SHORT or Toast.LENGTH_LONG (optional) |Toast.LENGTH_SHORT |
| gravity | ToastGravity.TOP (or) ToastGravity.CENTER (or) ToastGravity.BOTTOM (Web Only supports top, bottom) | ToastGravity.BOTTOM | | gravity | ToastGravity.TOP (or) ToastGravity.CENTER (or) ToastGravity.BOTTOM (Web Only supports top, bottom) | ToastGravity.BOTTOM |
| timeInSecForIosWeb | int (only for ios) | 1 | | timeInSecForIosWeb | int (only for ios) | 1 |
| bgcolor | Colors.red |Colors.black | | backgroundColor | Colors.red |Colors.black |
| textcolor | Colors.white |Colors.white | | textcolor | Colors.white |Colors.white |
| fontSize | 16.0 (float) | 16.0 | | fontSize | 16.0 (float) | 16.0 |
| webShowClose | false (bool) | false | | webShowClose | false (bool) | false |
......
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