AntdIndicatorController<T extends AntdTab> class

Constructors

AntdIndicatorController.new({required TickerProvider vsync, Duration duration = const Duration(milliseconds: 300), Curve curve = Curves.ease})

Properties

animation Animation<double>
no setter
animationController AnimationController
no setter
currentPosition double
no setter
hashCode int
The hash code for this object.
no setterinherited
moveIndex int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
getIndicatorOffset(int index) double
getIndicatorWidth() double
move(int index) → void
moveOffset(double offset) → void
movePercent(int index, double percent) → void
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