onProgressChanged property

(void Function(T controller, int progress)?) onProgressChanged
final

Event fired when the current progress of loading a page is changed.

Officially Supported Platforms/Implementations:

Implementation

final void Function(T controller, int progress)? onProgressChanged;