CircularStaticIndicator class
The CircularStaticIndicator class extends SlideIndicator to build slide indicators.
- Inheritance
-
- Object
- SlideIndicator
- CircularStaticIndicator
Constructors
- CircularStaticIndicator({SlideIndicatorOptions slideIndicatorOptions = const SlideIndicatorOptions(), Key? key})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- slideIndicatorOptions → SlideIndicatorOptions
-
final
Methods
-
build(
int currentPage, double pageDelta, int itemCount) → Widget -
Builder method returning the slide indicator widget.
The method accepts the
currentPageon which the carousel currently resides, thepageDeltaor the difference between the current page and its resting position anditemCountwhich is the total number of items.override -
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