pull to refresh initstate whole page flutter code example
Example: flutter pull to refresh widget
RefreshIndicator(
onRefresh: () {},
child: Container()
)
RefreshIndicator(
onRefresh: () {},
child: Container()
)