Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Apr 14, 2024
1 parent e1357dc commit 75c5640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package/lib/src/foundation/sheet_activity.dart
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ abstract class SheetActivity extends ChangeNotifier {
);
}
}

void dispatchDragCancelNotification() {
if (delegate.hasPixels) {
dispatchNotification(
Expand Down Expand Up @@ -296,7 +296,6 @@ class UserDragSheetActivity extends SheetActivity
}
}


mixin ControlledSheetActivityMixin on SheetActivity {
late final AnimationController controller;
late double _lastAnimatedValue;
Expand Down

0 comments on commit 75c5640

Please sign in to comment.