progress property

double progress
final

Animation progress from 0.0 to 1.0 controlling checkmark visibility.

At 0.0, no checkmark is visible. At 1.0, the complete checkmark is drawn. Values between 0.0 and 1.0 show partial drawing progress with smooth transitions.

Implementation

final double progress;