Skip to content

Commit

Permalink
Remove enablePullToDismiss (#44)
Browse files Browse the repository at this point in the history
Removed `enablePullToDismiss` from `CupertinoModalSheetPage` as it is no
longer in use.
  • Loading branch information
fujidaiti authored Feb 24, 2024
1 parent 90c8f10 commit eb563a2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions package/lib/src/modal/cupertino.dart
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ class CupertinoModalSheetPage<T> extends Page<T> {
super.arguments,
super.restorationId,
this.maintainState = true,
this.enablePullToDismiss = true,
this.barrierDismissible = true,
this.fullscreenDialog = false,
this.barrierLabel,
Expand All @@ -432,8 +431,6 @@ class CupertinoModalSheetPage<T> extends Page<T> {

final String? barrierLabel;

final bool enablePullToDismiss;

final Duration transitionDuration;

final Curve transitionCurve;
Expand Down

0 comments on commit eb563a2

Please sign in to comment.