CustomIndicator class abstract

Implementers

Constructors

CustomIndicator({double bottom = 0, double? top, double right = 0, double left = 0, double? width, required Color color, required double height, BorderRadius? radius})

Properties

bottom → double
final
color → Color
final
controller ↔ CustomTabBarController
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
height → double
final
left → double
final
radius → BorderRadius?
final
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
top → double?
final
width → double?
final

Methods

dispose() → void
indicatorScrollToIndex(int index, List<Size>? sizeList, Duration duration, TickerProvider vsync, ValueNotifier<IndicatorPosition> notifier) → void
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

Operators

operator ==(Object other) → bool
The equality operator.
inherited