ProgressAnimation class

An object which contains configuration for the animation of a Progress instance.

Constructors

ProgressAnimation({List<String> frames = _defaultFrames, Duration interval = _defaultInterval})
An object which contains configuration for the animation of a Progress instance.
const

Properties

frames List<String>
The list of animation frames.
final
hashCode int
The hash code for this object.
no setterinherited
interval Duration
The interval at which new frames are produced. In other words, the amount of time spent showing a single frame. Defaults to 80ms per frame.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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