mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
opt: dyn tab
opt: reload Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -23,6 +23,11 @@ extension ScrollControllerExt on ScrollController {
|
||||
duration: const Duration(milliseconds: 500), curve: Curves.easeInOut);
|
||||
}
|
||||
}
|
||||
|
||||
void jumpToTop() {
|
||||
if (!hasClients) return;
|
||||
jumpTo(0);
|
||||
}
|
||||
}
|
||||
|
||||
extension IterableExt<T> on Iterable<T>? {
|
||||
|
||||
Reference in New Issue
Block a user