childrenInTraversalOrder property

List<A11ySemanticsNodeInfo> childrenInTraversalOrder
final

This node's children, in the order assistive technology would actually traverse them — already accounting for any explicit sort key the app set, not just build order.

Implementation

final List<A11ySemanticsNodeInfo> childrenInTraversalOrder;