onSuccess property

bool? Function()? onSuccess
final

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;