BallGridPulseIndicator class
Methods
-
animation()
→ List<AnimationController>
-
Method to init the animation controllers
override
-
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