onReplace property

WizardRouteCallback? onReplace
final

The callback invoked when a replacement page is requested.

If onReplace is not specified or it returns null, the order is determined from routes.

Implementation

final WizardRouteCallback? onReplace;