UserFlowStep constructor
UserFlowStep({
- required String stepId,
- required int number,
- required String title,
- required List<
UserFlowField> fields, - required List<
UserFlowFileRequirement> files, - String? description,
- String? icon,
- String? backgroundImageUrl,
- List<
FieldGroup> ? fieldGroups,
Implementation
UserFlowStep({
required this.stepId,
required this.number,
required this.title,
required this.fields,
required this.files,
this.description,
this.icon,
this.backgroundImageUrl,
this.navigation,
this.fieldGroups,
});