onFutureSuccess property

Future<void> Function()? onFutureSuccess
final

Future callback executed when the success/save button is pressed If provided, a MyFutureButton will be used instead of a regular button

Implementation

final Future<void> Function()? onFutureSuccess;