progress property

Animation<double> progress
final

The animation progress for the animated icon.

The value is clamped to be between 0 and 1.

This determines the actual frame that is displayed.

Implementation

final Animation<double> progress;