modern_form_stepper library

Classes

ControlsDetails
Container for all the information necessary to build a ModernFormStepper widget's foward and backward controls for any given step.
ModernFormStep
A material step used in ModernFormStepper. The step can have a title and subtitle, an icon within its circle, some content and a state that governs its styling.
ModernFormStepper
A material stepper widget that displays progress through a sequence of steps. ModernFormSteppers are particularly useful in the case of forms where one step requires the completion of another one, or where multiple steps need to be completed in order to submit the whole form.

Enums

ModernFormStepperType
Defines the ModernFormStepper's main axis.
ModernFormStepState
The state of a ModernFormStep which is used to control the style of the circle and text.

Typedefs

ControlsWidgetBuilder = Widget Function(BuildContext context, ControlsDetails details)
A builder that creates a widget given the two callbacks onStepContinue and onStepCancel.