Flutter
rendering
SemanticsNode
childrenCount
childrenCount
Flutter
rendering
SemanticsNode
childrenCount
property
childrenCount
Flutter
rendering
SemanticsNode
Constructors
SemanticsNode
root
Properties
childrenCount
hasCheckedState
hasChildren
id
isChecked
label
mergeAllDescendantsIntoThisNode
owner
parent
rect
transform
wasAffectedByClip
attached
depth
hashCode
runtimeType
Operators
operator ==
Methods
addAction
addAdjustmentActions
addChildren
addHorizontalScrollingActions
addVerticalScrollingActions
attach
detach
finalizeChildren
getSemanticsData
redepthChildren
reset
toString
toStringDeep
visitChildren
adoptChild
dropChild
noSuchMethod
redepthChild
int
childrenCount
The number of children this node has.
Source
int get childrenCount => hasChildren ? _children.length : 0;