confirmButtonCallback property

(Future<T?> Function()?) confirmButtonCallback
final

Confirmation button callback This method is triggered when the confirmation button is pressed. Once finished the dialog is closed and the result is returned via AdaptiveProgressDialogResult

Implementation

final Future<T?> Function()? confirmButtonCallback;