Commit 9233b532 authored by Tom Robinson's avatar Tom Robinson Committed by Michael Goderbauer

Update SliverPersistentHeader docs (#46081)

parent adec6977
......@@ -91,8 +91,11 @@ abstract class SliverPersistentHeaderDelegate {
bool shouldRebuild(covariant SliverPersistentHeaderDelegate oldDelegate);
}
/// A sliver whose size varies when the sliver is scrolled to the leading edge
/// of the viewport.
/// A sliver whose size varies when the sliver is scrolled to the edge
/// of the viewport opposite the sliver's [GrowthDirection].
///
/// In the normal case of a [CustomScrollView] with no centered sliver, this
/// sliver will vary its size when scrolled to the leading edge of the viewport.
///
/// This is the layout primitive that [SliverAppBar] uses for its
/// shrinking/growing effect.
......
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