From 3551a51df48743ebd4faa91cc5e3d23db645bdce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AF=E8=97=A4=E8=80=81=E6=A0=91?= <1065239881@qq.com> Date: Tue, 3 Mar 2020 08:19:06 +0800 Subject: [PATCH] Update flexible_space_bar.dart (#51314) --- packages/flutter/lib/src/material/flexible_space_bar.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter/lib/src/material/flexible_space_bar.dart b/packages/flutter/lib/src/material/flexible_space_bar.dart index f3cd9264ff..46a217026f 100644 --- a/packages/flutter/lib/src/material/flexible_space_bar.dart +++ b/packages/flutter/lib/src/material/flexible_space_bar.dart @@ -188,7 +188,7 @@ class FlexibleSpaceBar extends StatefulWidget { /// /// By default the value of this property is /// `EdgeInsetsDirectional.only(start: 72, bottom: 16)` if the title is - /// not centered, `EdgeInsetsDirectional.only(start 0, bottom: 16)` otherwise. + /// not centered, `EdgeInsetsDirectional.only(start: 0, bottom: 16)` otherwise. final EdgeInsetsGeometry titlePadding; /// Wraps a widget that contains an [AppBar] to convey sizing information down