Skip to content

Commit

Permalink
Remove useless enablePullToDismiss flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Feb 24, 2024
1 parent 90c8f10 commit f9bf1dc
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 f9bf1dc

Please sign in to comment.