Mini doc addition to mention that slivers must be filled with RenderSlivers (#11972)
This commit is contained in:
parent
8c61116c00
commit
038981bed9
@ -248,6 +248,8 @@ abstract class ScrollView extends StatelessWidget {
|
|||||||
/// list and a grid, use a list of three slivers: [SliverAppBar], [SliverList],
|
/// list and a grid, use a list of three slivers: [SliverAppBar], [SliverList],
|
||||||
/// and [SliverGrid].
|
/// and [SliverGrid].
|
||||||
///
|
///
|
||||||
|
/// [Widget]s in these [slivers] must produce [RenderSliver] objects.
|
||||||
|
///
|
||||||
/// To control the initial scroll offset of the scroll view, provide a
|
/// To control the initial scroll offset of the scroll view, provide a
|
||||||
/// [controller] with its [ScrollController.initialScrollOffset] property set.
|
/// [controller] with its [ScrollController.initialScrollOffset] property set.
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user