StandardIndicator class

Inheritance

Constructors

StandardIndicator({required double width, required Color color, double bottom = 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
finalinherited
radius BorderRadius?
final
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top double?
finalinherited
width double
final

Methods

dispose() → void
override
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