RoundIndicator class
- Inheritance
-
- Object
- CustomIndicator
- RoundIndicator
Constructors
- RoundIndicator({required Color color, double? top = 0, double bottom = 0, double left = 0, double right = 0, double height = 3, BorderRadius? radius})
Properties
- bottom → double
-
final
- color → Color
-
final
- controller ↔ CustomTabBarController
-
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- left → double
-
final
- radius → BorderRadius?
-
final
- right → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- top → double?
-
final
- width → double?
-
finalinherited
Methods
-
dispose(
) → void -
override
-
getTabIndicatorCenterX(
double width) → double -
indicatorScrollToIndex(
int index, List< Size> ? sizeList, Duration duration, TickerProvider vsync, ValueNotifier<IndicatorPosition> notifier) → void -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateScrollIndicator(
double? page, List< Size> ? sizeList, Duration duration, ValueNotifier<IndicatorPosition> notifier) → void -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited