builder property
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;
Builds the page from route arguments, or notFoundScreen when
tryParse fails.
final W Function(
C context, {
required Map<String, String> arguments,
W? notFoundScreen,
})
builder;