From c33d8f4e0eedc8d28ea1924bd25e7b3ec6eabc50 Mon Sep 17 00:00:00 2001 From: Aman Gupta <46739111+Aman9026@users.noreply.github.com> Date: Wed, 9 Sep 2020 04:20:04 +0530 Subject: [PATCH] updated_title_property_apidocs (#63884) --- packages/flutter/lib/src/widgets/app.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutter/lib/src/widgets/app.dart b/packages/flutter/lib/src/widgets/app.dart index a55d9739758..370271ce0c9 100644 --- a/packages/flutter/lib/src/widgets/app.dart +++ b/packages/flutter/lib/src/widgets/app.dart @@ -615,6 +615,7 @@ class WidgetsApp extends StatefulWidget { /// displayed when the user presses the "recent apps" button. On iOS this /// value cannot be used. `CFBundleDisplayName` from the app's `Info.plist` is /// referred to instead whenever present, `CFBundleName` otherwise. + /// On the web it is used as the page title, which shows up in the browser's list of open tabs. /// /// To provide a localized title instead, use [onGenerateTitle]. /// {@endtemplate}