pull up to refresh flutter reverse code example
Example: flutter pull to refresh widget
RefreshIndicator(
onRefresh: () {},
child: Container()
)
RefreshIndicator(
onRefresh: () {},
child: Container()
)