onPageNavigationStart property

PageNavigationStart? onPageNavigationStart
final

Called when page is being navigated. Typically you can use this callback to call the setState() to display the loading indicator while retrieving the rows from services.

Implementation

final PageNavigationStart? onPageNavigationStart;