onFutureSuccess property
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;
Future callback executed when the success/save button is pressed If provided, a MyFutureButton will be used instead of a regular button
final Future<void> Function()? onFutureSuccess;