PagerIndicatorViewModel class

Constructors

PagerIndicatorViewModel(List<PageViewModel> pages, int activeIndex, SlideDirection? slideDirection, double? slidePercent, Color selectedIndicatorColor, Color unSelectedIndicatorColor, Widget skipWidget, Widget doneWidget)

Properties

activeIndex int
final
doneWidget Widget
final
hashCode int
The hash code for this object.
no setterinherited
pages List<PageViewModel>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedIndicatorColor Color
final
skipWidget Widget
final
slideDirection SlideDirection?
final
slidePercent double?
final
unSelectedIndicatorColor Color
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited