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