Fix AppBar's title doc (#82570)

This commit is contained in:
Cristian Zazo 2021-06-10 19:29:03 +02:00 committed by GitHub
parent 25c3f345f6
commit 3ae8fb25f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,7 +287,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget {
/// The primary widget displayed in the app bar. /// The primary widget displayed in the app bar.
/// ///
/// Becomes the middle component of the [NavigationToolbar] built by this widget. /// Becomes the middle component of the [NavigationToolbar] built by this widget.
//. ///
/// Typically a [Text] widget that contains a description of the current /// Typically a [Text] widget that contains a description of the current
/// contents of the app. /// contents of the app.
/// {@endtemplate} /// {@endtemplate}