IndexedSemantics constructor
Creates a widget that annotated the first child semantics node with an index.
Implementation
const IndexedSemantics({super.key, required this.index, super.child});
Creates a widget that annotated the first child semantics node with an index.
const IndexedSemantics({super.key, required this.index, super.child});