show method
Implementation
show(BuildContext context) {
showSlidePopup(
context,
LucyAction(modelName, action, params ?? {}),
IvivaService(app, service, params ?? {}),
//this.icon == null ? null : Icon(getIconFromName(this.icon!)),
this.dialogTitle ?? '',
this.executionMsg ?? '',
this.postExecution,
);
}