NavigationPage

constructor(child: <Error class: unknown class>, title: String)(source)

Creates a new AdwNavigationPage.

Return

the new created AdwNavigationPage

Since

1.4

Parameters

child

the child widget

title

the page title


constructor(child: <Error class: unknown class>, title: String, tag: String)(source)

Creates a new AdwNavigationPage with provided tag.

Return

the new created AdwNavigationPage

Since

1.4

Parameters

child

the child widget

title

the page title

tag

the page tag


constructor(adwNavigationPagePointer: <Error class: unknown class><<Error class: unknown class>>)(source)