updated_title_property_apidocs (#63884)

This commit is contained in:
Aman Gupta 2020-09-09 04:20:04 +05:30 committed by GitHub
parent d2fa384c31
commit c33d8f4e0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}