const CustomDialog({ Key? key, this.child, this.clickBgHidden = false, // 点击背景隐藏,默认不隐藏 }) : super(key: key);