SilAlertDialogData constructor
SilAlertDialogData({})
Implementation
SilAlertDialogData(
{String? title,
String? content,
String? cancelButtonTitle,
String? confrimButtonTitle}) {
this.title = title;
this.content = content;
this.cancelButtonTitle = cancelButtonTitle;
this.confrimButtonTitle = confrimButtonTitle;
}