StepWidget constructor
const
StepWidget({})
Implementation
const StepWidget(
{Key? key,
required this.title,
required this.child,
this.control,
this.showActions,
this.stepFoward})
: super(key: key);