CircleSwiperIndicator class
Circular style indicator
- Implemented types
Constructors
- CircleSwiperIndicator({EdgeInsetsGeometry? padding, double spacing = 6.0, double radius = 3.5, Color itemColor = Colors.white70, Color? itemActiveColor})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- itemActiveColor → Color?
-
The indicator color of active state
finalinherited
- itemColor → Color
-
The indicator color of inactive state
finalinherited
- itemHeight → double
-
finalinherited
- itemShape → BoxShape
-
finalinherited
- itemWidth → double
-
finalinherited
- padding → EdgeInsetsGeometry?
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- spacing → double
-
How much space to place between children in a run in horizontal direction.
finalinherited
Methods
-
build(
BuildContext context, int index, int itemCount) → Widget -
inherited
-
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