refactor: replace ClassicHeader with custom refresh header in multiple pages
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -70,7 +70,6 @@ class _ProfileUIState extends State<ProfileUI> {
|
||||
refreshController: _refreshController,
|
||||
enablePullDown: true,
|
||||
onRefresh: _onRefresh,
|
||||
refreshHeader: const ClassicHeader(),
|
||||
body: Center(
|
||||
child: ConstrainedBox(
|
||||
constraints: const BoxConstraints(maxWidth: 900),
|
||||
|
||||
Reference in New Issue
Block a user