LineScaleIndicator class
Constructors
- LineScaleIndicator.new(dynamic state)
Properties
-
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
-
scaleYDoubles
↔ List<
double> -
Scale y 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
-
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