ActionFlow constructor

ActionFlow({
  1. String? dialogButtonLabel,
  2. Callout? dialogCallout,
  3. TextWithTooltip? dialogMessage,
  4. String? dialogTitle,
  5. String? id,
  6. List<InputField>? inputs,
  7. String? label,
})

Implementation

ActionFlow({
  this.dialogButtonLabel,
  this.dialogCallout,
  this.dialogMessage,
  this.dialogTitle,
  this.id,
  this.inputs,
  this.label,
});