Commit bd697d4b authored by Ivan Schütz's avatar Ivan Schütz Committed by Michael Goderbauer

Improve Navigator documentation (#29540)

parent 8e14c227
......@@ -564,7 +564,7 @@ class NavigatorObserver {
///
/// The page route is built in two parts, the "page" and the
/// "transitions". The page becomes a descendant of the child passed to
/// the `buildTransitions` method. Typically the page is only built once,
/// the `transitionsBuilder` function. Typically the page is only built once,
/// because it doesn't depend on its animation parameters (elided with `_`
/// and `__` in this example). The transition is built on every frame
/// for its duration.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment