From bd697d4b5ab71c9ca94d9e0ff0850a5aa3a13448 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Sch=C3=BCtz?= Date: Mon, 18 Mar 2019 18:31:02 +0100 Subject: [PATCH] Improve Navigator documentation (#29540) --- packages/flutter/lib/src/widgets/navigator.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/widgets/navigator.dart b/packages/flutter/lib/src/widgets/navigator.dart index 0564c3c28bd..edf913e816d 100644 --- a/packages/flutter/lib/src/widgets/navigator.dart +++ b/packages/flutter/lib/src/widgets/navigator.dart @@ -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.