easy_stepper library
Classes
- BaseStep
- EasyLine
- EasyStep
- Defines the properties of each step in the stepper.
- EasyStepper
- A customizable stepper widget for Flutter.
- LineStyle
- Defines the style of the lines separating steps.
Enums
Typedefs
- OnStepReached = void Function(int index)
- Callback is fired when a step is reached.