I made an API call on page load, and I use its action output for dynamic children grid view.
It doesn't load at the first page loading, but if I change to the another tab, it will be loaded.
I think it is because by changing to another tab, Flutter refreshes the widget.
Please see the attached gif.
How can I solve this problem?