MultiActionElegantAlert constructor

const MultiActionElegantAlert({
  1. Key? key,
  2. required ElegantAlertMultiActionsType elegantNotificationMultiActions,
})

Implementation

const MultiActionElegantAlert({
  super.key,
  required this.elegantNotificationMultiActions,
});