UProcessStepGet constructor
UProcessStepGet({
- required String id,
- required String title,
- required String description,
- bool isScrollable = false,
- List<
UProcessField> ? fields, - String? message,
- UMessageBox? messageBox,
- List<
UProcessStepStatus> steps = const <UProcessStepStatus>[],
Implementation
UProcessStepGet({
required this.id,
required this.title,
required this.description,
this.isScrollable = false,
this.fields,
this.message,
this.messageBox,
this.steps = const <UProcessStepStatus>[],
});