AAAlertTemplate constructor
AAAlertTemplate({})
Implementation
AAAlertTemplate({
required this.title,
this.message,
required this.actions,
this.onPresent,
String? id,
}) : _elementId = id ?? const Uuid().v4();