Committed by
GitHub
Merge pull request #1421 from chanonpingpong/patch-1
Add Duration in `ExtensionBottomSheet`
Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -447,6 +447,8 @@ extension ExtensionBottomSheet on GetInterface { | @@ -447,6 +447,8 @@ extension ExtensionBottomSheet on GetInterface { | ||
| 447 | modalBarrierColor: barrierColor, | 447 | modalBarrierColor: barrierColor, |
| 448 | settings: settings, | 448 | settings: settings, |
| 449 | enableDrag: enableDrag, | 449 | enableDrag: enableDrag, |
| 450 | + enterBottomSheetDuration: enterBottomSheetDuration ?? const Duration(milliseconds: 250), | ||
| 451 | + exitBottomSheetDuration: exitBottomSheetDuration ?? const Duration(milliseconds: 200), | ||
| 450 | )); | 452 | )); |
| 451 | } | 453 | } |
| 452 | } | 454 | } |
-
Please register or login to post a comment