Indicator class abstract

Implementers

Constructors

Indicator()

Properties

animationControllers ↔ List<AnimationController>?
getter/setter pair
context ↔ LoadingState
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

animation() → List<AnimationController>
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas, Paint? paint, Size size) → dynamic
postInvalidate() → void
start() → void
startAnim(AnimationController controller) → void
startAnims(List<AnimationController> controllers) → void
toString() → String
A string representation of this object.
inherited

Operators

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