pageBuilder property
A function for creating StandardPageInterface.
The pageBuilder function takes the following parameters
child : The child widget to be included in the StandardPageWithResult.
name : The name of the page (can be null).
pageData : The data associated with the page.
pageKey : A LocalKey to identify the page.
restorationId : A unique ID for state restoration.
standardPageKey : A GlobalKey for the StandardPageWithResult widget.
factoryObject : An instance of StandardPageWithResultFactory.
Implementation
final StandardPageBuilder<R, E>? pageBuilder;