Unverified Commit 2c00e5f2 authored by xster's avatar xster Committed by GitHub

Add a doc describing where CupertinoSliverRefreshControl should be in a list of slivers (#19282)

parent 94959a34
...@@ -250,6 +250,10 @@ typedef Future<void> RefreshCallback(); ...@@ -250,6 +250,10 @@ typedef Future<void> RefreshCallback();
/// other words, refreshes can't be triggered with lists using /// other words, refreshes can't be triggered with lists using
/// [ClampingScrollPhysics]. /// [ClampingScrollPhysics].
/// ///
/// In a typical application, this sliver should be inserted between the app bar
/// sliver such as [CupertinoSliverNavigationBar] and your main scrollable
/// content's sliver.
///
/// See also: /// See also:
/// ///
/// * [CustomScrollView], a typical sliver holding scroll view this control /// * [CustomScrollView], a typical sliver holding scroll view this control
......
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