NavigationPage

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

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)

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(pointer: <Error class: unknown class><<Error class: unknown class>>)