reorder_child_after


Description:

public void reorder_child_after (Widget child, Widget? sibling)

Moves a child to a different position.

The child is moved to the position after sibling in the list of this children.

If sibling is `NULL`, the child is placed at the beginning.

Parameters:

this

a box

child

the widget to move, must be a child of this

sibling

the sibling to move child after