PacmanIndicator class
Constructors
- PacmanIndicator.new(dynamic state)
Properties
- alpha ↔ int
-
Alpha
getter/setter pair
-
animationControllers
↔ List<
AnimationController> -
Animation controllers for the loading widget
getter/setter pairinherited
- degrees1 ↔ double
-
Degree 1
getter/setter pair
- degrees2 ↔ double
-
Degree 2
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 pairinherited
- translateX ↔ double
-
Translate x
getter/setter pair
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
override
-
startAnims(
List< AnimationController> controllers) → void -
Method to start the animation for each controllers in the animation controller list
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited