From 3ae8fb25f63caf328187eece70cf6b026defb7a0 Mon Sep 17 00:00:00 2001 From: Cristian Zazo Date: Thu, 10 Jun 2021 19:29:03 +0200 Subject: [PATCH] Fix AppBar's title doc (#82570) --- packages/flutter/lib/src/material/app_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/app_bar.dart b/packages/flutter/lib/src/material/app_bar.dart index f7cc1bafeb..57174c5e5b 100644 --- a/packages/flutter/lib/src/material/app_bar.dart +++ b/packages/flutter/lib/src/material/app_bar.dart @@ -287,7 +287,7 @@ class AppBar extends StatefulWidget implements PreferredSizeWidget { /// The primary widget displayed in the app bar. /// /// Becomes the middle component of the [NavigationToolbar] built by this widget. - //. + /// /// Typically a [Text] widget that contains a description of the current /// contents of the app. /// {@endtemplate}