sortKey property

SemanticsSortKey? sortKey

Determines the position of this node among its siblings in the traversal sort order.

This is used to describe the order in which the semantic node should be traversed by the accessibility services on the platform (e.g. VoiceOver on iOS and TalkBack on Android).

Implementation

SemanticsSortKey? get sortKey => _sortKey;