Skip to content
Merged
Prev Previous commit
Next Next commit
Update builder_test.dart
  • Loading branch information
hannah-hyj committed Aug 3, 2023
commit e67036a4ce9900a23fbdff92a9b74348726843e5
1 change: 1 addition & 0 deletions packages/go_router/test/builder_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ class _BuilderTestWidget extends StatelessWidget {
restorationScopeId: null,
observers: <NavigatorObserver>[],
onPopPageWithRouteMatch: (_, __, ___) => false,
requestFocus: null,
);
}

Expand Down