NotFoundBuilder typedef

NotFoundBuilder = Widget Function(RouteLocation location)

Signature for the not found page builder.

Implementation

typedef NotFoundBuilder = Widget Function(RouteLocation location);