Unverified Commit 3551a51d authored by 枯藤老树's avatar 枯藤老树 Committed by GitHub

Update flexible_space_bar.dart (#51314)

parent 686d1634
......@@ -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
......
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