AlertCustomizedForDecisions constructor Null safety
Implementation
const AlertCustomizedForDecisions({
Key? key,
required this.alertContent,
required this.actions,
}) : super(key: key);
const AlertCustomizedForDecisions({
Key? key,
required this.alertContent,
required this.actions,
}) : super(key: key);