Indicator class abstract

Implementers

Constructors

Indicator(dynamic state)
Abstract class constructor

Properties

animationControllers List<AnimationController>
Animation controllers for the loading widget
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
state ↔ dynamic
The state of the loading widget
getter/setter pair

Methods

animation() List<AnimationController>
Method to init the animation controllers
dispose() → void
Method to dispose the animation controllers
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas, Paint paint, Size size) → void
Paint method for the sub class to override and render their loading style
postInvalidate() → void
Method to call setState method of the loading widget
start() → void
Method to start the animation
startAnim(AnimationController controller) → void
Method to start the animation of an animation controller
startAnims(List<AnimationController> controllers) → void
Method to start the animation for each controllers in the animation controller list
toString() String
A string representation of this object.
inherited

Operators

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