getPage

open fun getPage(child: Widget): StackPage?

Retrieves the stack page for the given @child.

If the given @child is not a child widget of the stack, this function will return NULL.

Return

the stack page object

Parameters

child

a child of @stack