lastChild

inline fun <V : View> ViewGroup.lastChild(): V

Get the last child view V in its parent view.

Receiver

ViewGroup

Return

V

See also

Throws

if the last child view is not a type of V or is null.