Skip to content

Commit

Permalink
Update toast_no_context.dart (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiuber authored Jun 3, 2024
1 parent 4fef900 commit 36d0218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/lib/toast_no_context.dart
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class _ToastNoContextState extends State<ToastNoContext> {

void showColoredToast() {
Fluttertoast.showToast(
msg: "This is Colored Toast with android duration of 5 Sec",
msg: "This is Colored Toast with android of short",
toastLength: Toast.LENGTH_SHORT,
backgroundColor: Colors.red,
textColor: Colors.white);
Expand Down

0 comments on commit 36d0218

Please sign in to comment.