UIStepItem constructor
const
UIStepItem({})
Implementation
const UIStepItem({
super.key,
required this.component,
required this.children,
required this.taskId,
this.index,
this.id,
this.parentHeight,
this.parentWidth,
this.width,
this.height,
this.stepOrientation,
});