CircularStaticIndicator class

The CircularStaticIndicator class extends SlideIndicator to build slide indicators.

Inheritance

Constructors

CircularStaticIndicator.new({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 currentPage on which the carousel currently resides, the pageDelta or the difference between the current page and its resting position and itemCount which 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