onPageNavigationEnd property

PageNavigationEnd? onPageNavigationEnd
final

Called when page is successfully navigated. Typically you can use this callback to call the setState() to hide the loading indicator once data is successfully retrieved from services.

Implementation

final PageNavigationEnd? onPageNavigationEnd;