onActionSuccess property

(Future<bool> Function(FormAction)?) onActionSuccess
final

Callback after FormAction completes Successfully

If this returns false the default success screen is not shown. This functionality can be used to do a custom Widget or Transition

Implementation

final Future<bool> Function(FormAction)? onActionSuccess;