forEachChildren

inline fun forEachChildren(callback: (child: View) -> Unit): Unit?

Deprecated

An older name of `forEachChild`

Replace with

forEachChild(callback)

Iterates all the children of this container in normal order of rendering.