stepper library

Classes

DotStepper
A family of fully customizable, beautiful page indicator widgets with awesome built-in animations. Each dot in a DotStepper represents a step.
FixedDotDecoration
Defines the decoration for the fixed dots.
IconStepper
In general, the stepper widgets help you to show or collect information from users using organized steps. The IconStepper is a simple to use icon stepper widget, wherein each icon defines a step. Hence, the total number of icons represents the total number of available steps.
ImageStepper
IndicatorDecoration
Defines the decoration for the Indicator.
LineConnectorDecoration
Defines the decoration for the line connectors between the dots.
NumberStepper

Enums

Indicator
Controls the type of indicator to use.
Shape
Controls the shape of the fixed-dot as well as the indicator.

Typedefs

OnDotTapped = void Function(int tappedDotIndex)
Callback fired when a dot is tapped.