show method

dynamic show(
  1. BuildContext context
)

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,
  );
}