MultiActionElegantAlert constructor
const
MultiActionElegantAlert({
- Key? key,
- required ElegantAlertMultiActionsType elegantNotificationMultiActions,
Implementation
const MultiActionElegantAlert({
super.key,
required this.elegantNotificationMultiActions,
});