Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
876303b3
Commit
876303b3
authored
Nov 27, 2019
by
Takeshi Tsukamoto
Committed by
Michael Goderbauer
Nov 27, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comment (#45325)
parent
84a1de5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
navigator.dart
packages/flutter/lib/src/widgets/navigator.dart
+2
-2
No files found.
packages/flutter/lib/src/widgets/navigator.dart
View file @
876303b3
...
@@ -1444,7 +1444,7 @@ class Navigator extends StatefulWidget {
...
@@ -1444,7 +1444,7 @@ class Navigator extends StatefulWidget {
}
}
/// Immediately remove a route from the navigator that most tightly encloses
/// Immediately remove a route from the navigator that most tightly encloses
/// the given context, and [Route.dispose] it. The route to be re
plac
ed is the
/// the given context, and [Route.dispose] it. The route to be re
mov
ed is the
/// one below the given `anchorRoute`.
/// one below the given `anchorRoute`.
///
///
/// {@template flutter.widgets.navigator.removeRouteBelow}
/// {@template flutter.widgets.navigator.removeRouteBelow}
...
@@ -2201,7 +2201,7 @@ class NavigatorState extends State<Navigator> with TickerProviderStateMixin {
...
@@ -2201,7 +2201,7 @@ class NavigatorState extends State<Navigator> with TickerProviderStateMixin {
}
}
/// Immediately remove a route from the navigator, and [Route.dispose] it. The
/// Immediately remove a route from the navigator, and [Route.dispose] it. The
/// route to be re
plac
ed is the one below the given `anchorRoute`.
/// route to be re
mov
ed is the one below the given `anchorRoute`.
///
///
/// {@macro flutter.widgets.navigator.removeRouteBelow}
/// {@macro flutter.widgets.navigator.removeRouteBelow}
void
removeRouteBelow
(
Route
<
dynamic
>
anchorRoute
)
{
void
removeRouteBelow
(
Route
<
dynamic
>
anchorRoute
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment