mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Add a doc describing where CupertinoSliverRefreshControl should be in a list of slivers (#19282)
This commit is contained in:
parent
94959a340c
commit
2c00e5f218
@ -250,6 +250,10 @@ typedef Future<void> RefreshCallback();
|
||||
/// other words, refreshes can't be triggered with lists using
|
||||
/// [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:
|
||||
///
|
||||
/// * [CustomScrollView], a typical sliver holding scroll view this control
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user