progress property
The progress value (0.0 to 1.0) for determinate mode.
Only used when determinate is true. Represents the completion percentage:
- 0.0 = 0% complete
- 0.5 = 50% complete
- 1.0 = 100% complete
Implementation
final double progress;
The progress value (0.0 to 1.0) for determinate mode.
Only used when determinate is true. Represents the completion percentage:
final double progress;