mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 08:06:21 +08:00
committed by
GitHub
parent
acb3784071
commit
218e829fd4
@@ -6,7 +6,7 @@ import 'package:easy_debounce/easy_throttle.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
abstract mixin class ScrollOrRefreshMixin {
|
||||
mixin ScrollOrRefreshMixin {
|
||||
ScrollController get scrollController;
|
||||
|
||||
void animateToTop() => scrollController.animToTop();
|
||||
|
||||
Reference in New Issue
Block a user