onProgress property

void Function(int progress)? onProgress
final

Invoked when a page is loading to report the progress.

Implementation

final void Function(int progress)? onProgress;