Creates a render object that annotates the child semantics with an index.
RenderIndexedSemantics({RenderBox? child, required int index}) : _index = index, super(child);