Skip to content

Commit

Permalink
Merge pull request #332 from ueman/add-missing-types
Browse files Browse the repository at this point in the history
Add missing types
  • Loading branch information
ulusoyca authored Nov 12, 2024
2 parents 7621dc2 + 8025052 commit 177bd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/modal_type/wolt_bottom_sheet_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ class WoltBottomSheetType extends WoltModalType {
WoltModalDismissDirection dismissDirection = WoltModalDismissDirection.down,
Duration transitionDuration = _defaultEnterDuration,
Duration reverseTransitionDuration = _defaultExitDuration,
minFlingVelocity = 700.0,
closeProgressThreshold = 0.5,
double minFlingVelocity = 700.0,
double closeProgressThreshold = 0.5,
bool? barrierDismissible,
}) : super(
shapeBorder: shapeBorder,
Expand Down

0 comments on commit 177bd04

Please sign in to comment.