Flutter
widgets
CustomScrollView
slivers property
slivers
description
slivers
property
Null safety
List
<
Widget
>
slivers
final
The slivers to place inside the viewport.
Implementation
final List<Widget> slivers;
Flutter
widgets
CustomScrollView
slivers property
CustomScrollView class
Constructors
CustomScrollView
Properties
anchor
cacheExtent
center
clipBehavior
controller
dragStartBehavior
hashCode
key
keyboardDismissBehavior
physics
primary
restorationId
reverse
runtimeType
scrollBehavior
scrollDirection
semanticChildCount
shrinkWrap
slivers
Methods
build
buildSlivers
buildViewport
createElement
debugDescribeChildren
debugFillProperties
getDirection
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==