Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
fujidaiti committed Jul 23, 2024
1 parent 8ed30e1 commit 8df237d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/lib/src/foundation/sheet_notification.dart
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class SheetDragCancelNotification extends SheetNotification {
/// in the sheet is canceled.
const SheetDragCancelNotification({
required super.metrics,
}): super(status: SheetStatus.dragging);
}) : super(status: SheetStatus.dragging);
}

/// A [SheetNotification] that is dispatched when the user tries
Expand Down

0 comments on commit 8df237d

Please sign in to comment.