how to use pull to refresh in flutter efficienctly code example
Example: flutter pull to refresh widget
RefreshIndicator(
onRefresh: () {},
child: Container()
)
RefreshIndicator(
onRefresh: () {},
child: Container()
)