Update flexible_space_bar.dart (#51314)

This commit is contained in:
枯藤老树 2020-03-03 08:19:06 +08:00 committed by GitHub
parent 686d163420
commit 3551a51df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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