Skip to content

Commit 99440ce

Browse files
committed
Update readme
1 parent d181037 commit 99440ce

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,12 @@ about return type:
128128
`showToast` and `showToastWidget` return type is `ToastFuture`,
129129
The `ToastFuture` can be use to dismiss the toast.
130130

131+
### For all dismiss toast method
132+
133+
An optional parameter `showAnim` is added to control whether fading animation is required for dismiss.
134+
135+
The praram default value is `false`.
136+
131137
## examples
132138

133139
```dart

0 commit comments

Comments
 (0)