CustomStep constructor
const
CustomStep({
- required Widget widget,
Creates a custom step.
Implementation
const CustomStep({required this.widget}) : super(StepType.custom);
Creates a custom step.
const CustomStep({required this.widget}) : super(StepType.custom);