mod: refreshIndicator

Closes #139

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-10 23:10:37 +08:00
parent c8fc48e24d
commit 11c6d5ac7e
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Widget refreshIndicator({
required Widget child,
}) {
return RefreshIndicator(
displacement: 20,
displacement: 10,
onRefresh: onRefresh,
child: child,
);