builder property

W Function(C context, {required Map<String, String> arguments, W? notFoundScreen}) builder
final

Builds the page from route arguments, or notFoundScreen when tryParse fails.

Implementation

final W Function(
  C context, {
  required Map<String, String> arguments,
  W? notFoundScreen,
})
builder;