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