ShowAlertAction constructor
ShowAlertAction({})
Implementation
ShowAlertAction({
super.title,
this.message = '',
this.actions = const [],
this.barrierDismissible = true,
required super.isAwaited,
}) : super(schemaType: schemaName);