From e1129afa02a1b35595d958d8a1b51f23108eae2d Mon Sep 17 00:00:00 2001 From: Tanya Bouman Date: Thu, 4 Jun 2026 10:36:59 -0400 Subject: [PATCH] Api docs: typo fix in Navigator build-in -> built-in --- 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 2ef373f4a994b..abac87401a431 100644 --- a/packages/flutter/lib/src/widgets/navigator.dart +++ b/packages/flutter/lib/src/widgets/navigator.dart @@ -1323,7 +1323,7 @@ const TraversalEdgeBehavior kDefaultRouteDirectionalTraversalEdgeBehavior = /// such as Android, the system UI will provide a back button (outside the /// bounds of your application) that will allow the user to navigate back /// to earlier routes in your application's stack. On platforms that don't -/// have this build-in navigation mechanism, the use of an [AppBar] (typically +/// have this built-in navigation mechanism, the use of an [AppBar] (typically /// used in the [Scaffold.appBar] property) can automatically add a back /// button for user navigation. ///