stepper_page_view library

Classes

DefaultPageIndicator
A default page indicator with dots and circle pages
FormPageStep
PageStep
An extension of Step to allow for a custom icon to be used.
StepperPageView

Typedefs

StepperPageIndicatorBuilder = Widget Function(BuildContext context, List<PageStep> pageSteps, PageControlsDetails pageControlsDetails, ValueListenable<double> pageProgress)
StepperPageItemBuilder = Widget Function(BuildContext context, int currentPage, List<PageStep> pageSteps)