Fix AppBar doc to keep diagram next to its description (#151937)
Also swap two paragraphs to keep related content together.
This commit is contained in:
parent
caaff4b9b7
commit
af0e01c370
@ -92,13 +92,6 @@ class _PreferredAppBarSize extends Size {
|
||||
/// appears in the toolbar when the writing language is left-to-right (e.g.
|
||||
/// English):
|
||||
///
|
||||
/// The [AppBar] insets its content based on the ambient [MediaQuery]'s padding,
|
||||
/// to avoid system UI intrusions. It's taken care of by [Scaffold] when used in
|
||||
/// the [Scaffold.appBar] property. When animating an [AppBar], unexpected
|
||||
/// [MediaQuery] changes (as is common in [Hero] animations) may cause the content
|
||||
/// to suddenly jump. Wrap the [AppBar] in a [MediaQuery] widget, and adjust its
|
||||
/// padding such that the animation is smooth.
|
||||
///
|
||||
/// 
|
||||
@ -110,6 +103,13 @@ class _PreferredAppBarSize extends Size {
|
||||
/// to false. In that case a null leading widget will result in the middle/title widget
|
||||
/// stretching to start.
|
||||
///
|
||||
/// The [AppBar] insets its content based on the ambient [MediaQuery]'s padding,
|
||||
/// to avoid system UI intrusions. It's taken care of by [Scaffold] when used in
|
||||
/// the [Scaffold.appBar] property. When animating an [AppBar], unexpected
|
||||
/// [MediaQuery] changes (as is common in [Hero] animations) may cause the content
|
||||
/// to suddenly jump. Wrap the [AppBar] in a [MediaQuery] widget, and adjust its
|
||||
/// padding such that the animation is smooth.
|
||||
///
|
||||
/// {@tool dartpad}
|
||||
/// This sample shows an [AppBar] with two simple actions. The first action
|
||||
/// opens a [SnackBar], while the second action navigates to a new page.
|
||||
|
Loading…
x
Reference in New Issue
Block a user