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