CircularWaveSlideIndicator class

Implemented types

Constructors

CircularWaveSlideIndicator({double itemSpacing = 20, double indicatorRadius = 6, EdgeInsets? padding, AlignmentGeometry alignment = Alignment.bottomCenter, Color currentIndicatorColor = const Color(0xFF000000), Color indicatorBackgroundColor = const Color(0x64000000), double indicatorBorderWidth = 1, Color? indicatorBorderColor})

Properties

alignment AlignmentGeometry
final
currentIndicatorColor Color
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
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