IndexedSemanticsModifier constructor
Creates a widget that annotated the first child semantics node with an index.
index
must not be null.
Implementation
const IndexedSemanticsModifier({
super.key,
super.modifierKey,
required this.index,
super.child,
});