onProgress property

dynamic Function(double)? onProgress
getter/setter pair

Callback triggered to report progress updates.

The progress value ranges from 0.0 to 1.0, representing the percentage of completion.

Implementation

Function(double)? onProgress;