ActionFlow constructor
ActionFlow({
- String? dialogButtonLabel,
- Callout? dialogCallout,
- TextWithTooltip? dialogMessage,
- String? dialogTitle,
- String? id,
- List<
InputField> ? inputs, - String? label,
Implementation
ActionFlow({
this.dialogButtonLabel,
this.dialogCallout,
this.dialogMessage,
this.dialogTitle,
this.id,
this.inputs,
this.label,
});