clever_stepper library

Classes

CleverStep
A material step used in CleverStepper. The step can have a title and subtitle, an icon within its circle, some content and a state that governs its styling.
CleverStepper
A material stepper widget that displays progress through a sequence of steps. Steppers 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

CleverStepperType
Defines the CleverStepper's main axis.
CleverStepState
The state of a CleverStep which is used to control the style of the circle and text.

Typedefs

CleverControlsWidgetBuilder = Widget Function(BuildContext context, {bool isStepActive, dynamic onStepCancel({dynamic value})?, dynamic onStepContinue({dynamic value})?, int stepIndex, CleverStepState stepState})
A builder that creates a widget given the two callbacks onStepContinue and onStepCancel and gives stepIndex, stepState, and isStepActive.