DialogGuardWrapper constructor
const
DialogGuardWrapper({})
Implementation
const DialogGuardWrapper({
Key? key,
required this.isChecked,
required this.showDialogGuard,
required this.child,
this.indicaotr,
}) : super(key: key);