StepsScreen constructor
StepsScreen({})
Implementation
StepsScreen({
Key? key,
this.widgets,
this.activeColor = const Color.fromARGB(255, 184, 154, 67),
this.inactiveColor = Colors.blueGrey,
this.onFinish,
this.nextButtonText = 'Next',
this.finishButtonText = 'Finish',
this.borderRadius = 0.0,
this.stepIcons,
}) : super(key: key);