mirror of
https://github.com/flutter/flutter.git
synced 2026-01-16 18:41:56 +08:00
This PR adds `scrollBehavior` to the `RefreshIndicator.noSpinner` sample to allow mouse dragging on desktop platforms, addressing the issue where it was impossible to trigger the refresh with a mouse. Fixes #179711