fix: allowing idle scroll events

This commit is contained in:
Kingtous
2023-02-13 16:18:46 +08:00
parent 0c8ca1a4fc
commit 9492f401f4
4 changed files with 35 additions and 9 deletions

View File

@@ -120,7 +120,7 @@ class _ConnectionPageState extends State<ConnectionPage>
scrollController: _scrollController,
child: CustomScrollView(
controller: _scrollController,
physics: NeverScrollableScrollPhysics(),
physics: DraggableNeverScrollableScrollPhysics(),
slivers: [
SliverList(
delegate: SliverChildListDelegate([