focusTraversalIndex
Assigns this component a position in its container's keyboard focus-traversal order. Lower indices are reached first when tabbing forward. Effective only inside a container that installs the composition-order policy via orderedFocusTraversal; components without an index follow the indexed ones in their natural order.
Return
this modifier with the traversal position declared on it.
Parameters
index
the traversal position.