showDialogProgress method

dynamic showDialogProgress({
  1. bool show = true,
})

Implementation

showDialogProgress({bool show = true}) =>
    showCircularProgressIndicator(show: show);