BallSpinFadeLoaderIndicator class

Inheritance

Constructors

BallSpinFadeLoaderIndicator(dynamic state)

Properties

alphas List<int>
Alphas
getter/setter pair
animationControllers List<AnimationController>
Animation controllers for the loading widget
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleDoubles List<double>
Scale doubles
getter/setter pair
state ↔ dynamic
The state of the loading widget
getter/setter pairinherited

Methods

animation() List<AnimationController>
Method to init the animation controllers
override
circleAt(double width, double height, double radius, double angle) Offset
Method to create offset for the ball
dispose() → void
Method to dispose the animation controllers
inherited
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
override
postInvalidate() → void
Method to call setState method of the loading widget
inherited
start() → void
Method to start the animation
inherited
startAnim(AnimationController controller) → void
Method to start the animation of an animation controller
inherited
startAnims(List<AnimationController> controllers) → void
Method to start the animation for each controllers in the animation controller list
override
toString() String
A string representation of this object.
inherited

Operators

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