LoadingDialog({ Key? key, Color? backgroundColor, required this.text, }) : super(key: key, backgroundColor: backgroundColor);