Unverified Commit 3ae8fb25 authored by Cristian Zazo's avatar Cristian Zazo Committed by GitHub

Fix AppBar's title doc (#82570)

parent 25c3f345
...@@ -287,7 +287,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget { ...@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment