Component - Pull-to-refresh
This UI component allows users to refresh the content on the screen by pulling down from the top. It is commonly used in lists or feeds to update data.
This UI component allows users to refresh the content on the screen by pulling down from the top. It is commonly used in lists or feeds to update data.
Scaffold
├── AppBar
└── RefreshIndicator
└── ListView
├── ListTile
├── ListTile
└── ...