pageBuilder property

Page Function(LocalKey key, Widget child, String? name, VRouterData state) pageBuilder
final

Function which returns a page that will wrap widget

  • key and name should be given to your Page
  • child should be placed as the last child in Route

Implementation

final Page Function(
    LocalKey key, Widget child, String? name, VRouterData state) pageBuilder;