PageBuilder typedef

PageBuilder = Page Function({Object? arguments, required Widget child, bool? fullscreenDialog, required LocalKey key, String? restorationId, String? title})

Implementation

typedef PageBuilder = Page Function({
  required LocalKey key,
  required Widget child,
  String? title,
  Object? arguments,
  String? restorationId,
  bool? fullscreenDialog,
});