onProgress property
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;
Callback triggered to report progress updates.
The progress
value ranges from 0.0
to 1.0
, representing
the percentage of completion.
Function(double)? onProgress;