Flutter
semantics
SemanticsNode
scrollIndex property
scrollIndex
SemanticsNode class
Constructors
SemanticsNode
root
Properties
childrenCount
decreasedValue
hasChildren
hint
hintOverrides
id
increasedValue
indexInParent
isInvisible
isMergedIntoParent
isPartOfNodeMerging
key
label
mergeAllDescendantsIntoThisNode
owner
parent
parentPaintClipRect
parentSemanticsClipRect
rect
scrollChildCount
scrollExtentMax
scrollExtentMin
scrollIndex
scrollPosition
sortKey
tags
textDirection
textSelection
transform
value
attached
depth
hashCode
runtimeType
Methods
attach
debugDescribeChildren
debugFillProperties
debugListChildrenInOrder
detach
getSemanticsData
hasFlag
isTagged
redepthChildren
sendEvent
toDiagnosticsNode
toStringDeep
toStringShort
updateWith
visitChildren
adoptChild
dropChild
noSuchMethod
redepthChild
toString
toStringShallow
Operators
operator ==
scrollIndex property
int
scrollIndex
The index of the first visible semantic child of a scroll node.
Implementation
int get scrollIndex => _scrollIndex;