ProgressAnimation class

A progress animation.

Constructors

ProgressAnimation({required List<String> frames, Duration stepDuration = const Duration(milliseconds: 100)})
ProgressAnimation.defaults()
const

Properties

frames List<String>
The list of animation frames.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stepDuration Duration
final

Methods

get(int index) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
step() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

defaultFrames → const List<String>