UploadProgressDialog constructor

const UploadProgressDialog({
  1. Key? key,
  2. required int count,
  3. required int total,
})

Implementation

const UploadProgressDialog({Key? key, required this.count,required this.total}) : super(key: key);