refactor: replace ClassicHeader with custom refresh header in multiple pages

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 13:13:07 +07:00
parent e6a30eddd3
commit 8e34d0d479
4 changed files with 98 additions and 4 deletions

View File

@@ -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),