CustomProgressDialog constructor

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

Implementation

const CustomProgressDialog({Key? key}) : super(key: key);