I am using Paging3 along with PullToRefreshBox
to display a list page. The PullToRefreshBox
component accepts an isRefreshing
parameter to determine when to show the refresh indicator. Additionally, the indicator is also displayed when the user pulls down.
Now, I only want the refresh indicator to be shown when the user pulls down, but not when the list is refreshed programmatically. How can I achieve this?