Layer panels typically show frontmost first.
List<Node> nodesInFrontToBackOrder(List<Node> children) { return children.reversed.toList(growable: false); }