ProgressBarDialog constructor

const ProgressBarDialog({
  1. Key? key,
})

Creates a progress bar dialog.

The key parameter is optional and is used to control how one widget replaces another widget in the tree.

Implementation

const ProgressBarDialog({super.key});