Shift the container nesting level of the children, relative to the level the component is rendered in.
1
-1
0
Note: Once the highest container nesting level is reached, attempting to increase the level further will have no effect.
Optional
Shift the container nesting level of the children, relative to the level the component is rendered in.
1renders the children one level deeper (as if nested in another container).-1renders them one level shallower, e.g. to counteract an automatic nesting.0is a no-op.Note: Once the highest container nesting level is reached, attempting to increase the level further will have no effect.