SlidePopup constructor

SlidePopup(
  1. String? dialogTitle,
  2. String? executionMsg,
  3. String? modelName,
  4. String? action,
  5. Map<String, String>? params,
  6. LMExecutionConfig? postExecution,
  7. String? app,
  8. String? service,
)

Implementation

SlidePopup(
  //this.lucyAction,
  this.dialogTitle,
  this.executionMsg,
  // this.postExecutionText,
  // this.postExecutionButtonText,
  // this.icon,
  // this.finalAction,
  this.modelName,
  this.action,
  this.params,
  this.postExecution,
  this.app,
  this.service,
);