CircularStaticIndicator class

Inheritance

Constructors

CircularStaticIndicator({double itemSpacing = 20, double indicatorRadius = 6, EdgeInsets? padding, AlignmentGeometry alignment = Alignment.bottomCenter, Color? currentIndicatorColor, Color? indicatorBackgroundColor, bool enableAnimation = false, double indicatorBorderWidth = 1, Color? indicatorBorderColor})

Properties

alignment AlignmentGeometry
final
currentIndicatorColor Color?
final
enableAnimation bool
final
hashCode int
The hash code for this object.
no setterinherited
indicatorBackgroundColor Color?
final
indicatorBorderColor Color?
final
indicatorBorderWidth double
final
indicatorRadius double
final
itemSpacing double
final
padding EdgeInsets?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(int currentPage, double pageDelta, int itemCount) Widget
Builder method returning the slide indicator widget.
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