reorder_child_after
Description:
public void reorder_child_after (
Widget child,
Widget? sibling)
Moves child
to the position after sibling
in the list of this children.
If sibling
is null, move child
to the first position.
Parameters:
this |
a Box
|
child |
the Widget to move, must be a child of this
|
sibling |
the sibling to move child after, or null
|