Skip to content
Merged
Prev Previous commit
Next Next commit
Update packages/go_router/lib/src/builder.dart
Co-authored-by: chunhtai <[email protected]>
  • Loading branch information
hannah-hyj and chunhtai authored Aug 7, 2023
commit b66dcfc68fcf40e7df487db01208c2a97905a8b3
2 changes: 1 addition & 1 deletion packages/go_router/lib/src/builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class RouteBuilder {
/// its history.
final String? restorationScopeId;

/// Whether or not the navigator and it's new topmost route should request focus
/// Whether or not the navigator created by this builder and it's new topmost route should request focus
/// when the new route is pushed onto the navigator.
///
/// Defaults to true.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add a link to navigator.requestfocus

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Expand Down