onSuccess property
Callback executed when the success/save button is pressed Returns bool? - if null or true, the popup will be dismissed
Implementation
final bool? Function()? onSuccess;
Callback executed when the success/save button is pressed Returns bool? - if null or true, the popup will be dismissed
final bool? Function()? onSuccess;