NavigationButtons constructor
const
NavigationButtons({})
Implementation
const NavigationButtons({
Key? key,
required this.currentStep,
required this.totalSteps,
required this.onStepChange,
required this.onSubmit,
this.buttonColor = const Color.fromARGB(255, 112, 162, 249),
this.textColor = Colors.white,
this.isNextDisabled = false,
this.isPrevDisabled = false,
}) : super(key: key);