menu
Flutter
semantics
SemanticsNode
childrenCount property
childrenCount
brightness_4
brightness_5
description
childrenCount
property
int
childrenCount
The number of children this node has.
Implementation
int get childrenCount => hasChildren ? _children!.length : 0;
Flutter
semantics
SemanticsNode
childrenCount property
SemanticsNode class