Page
A container representing a single page of a NavigationView widget.
Import this type with “”
Type: boolean, default: true
Defines whether this page will be automatically disposed when popped from the NavigationView, e.g. using native back navigation.
image
iOSAndroid
Type:
Type: string
The page title to be displayed in the navigation bar.
appear
Fired when the page is about to become visible, i.e. it has become the active page.
Fired when the property has changed.
Event Parameters
value: boolean The new value of .
disappear
Fired when the property has changed.
Event Parameters
value: The new value of image.
titleChanged
Fired when the title property has changed.
Event Parameters
value: string The new value of title.