getChildAtOrNull

fun getChildAtOrNull(index: Int): View?

Finds the View at a given index. If the index is not valid, it returns null.