Improve Navigator documentation (#29540)

This commit is contained in:
Ivan Schütz 2019-03-18 18:31:02 +01:00 committed by Michael Goderbauer
parent 8e14c227eb
commit bd697d4b5a

View file

@ -564,7 +564,7 @@ class NavigatorObserver {
/// ///
/// The page route is built in two parts, the "page" and the /// The page route is built in two parts, the "page" and the
/// "transitions". The page becomes a descendant of the child passed to /// "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 `_` /// because it doesn't depend on its animation parameters (elided with `_`
/// and `__` in this example). The transition is built on every frame /// and `__` in this example). The transition is built on every frame
/// for its duration. /// for its duration.