opt gesture

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-01-23 11:46:16 +08:00
parent 310f497c30
commit bd158619a4
17 changed files with 407 additions and 396 deletions

View File

@@ -13,7 +13,7 @@ import 'dart:math' as math;
import 'package:PiliPlus/common/widgets/flutter/page/scrollable.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter/material.dart' hide ScrollableState;
/// An auto scroller that scrolls the [scrollable] if a drag gesture drags close
/// to its edge.
@@ -30,7 +30,7 @@ class EdgeDraggingAutoScroller {
});
/// The [CustomScrollable] this auto scroller is scrolling.
final CustomScrollableState scrollable;
final ScrollableState scrollable;
/// Called when a scroll view is scrolled.
///