mirror of
https://github.com/hanskokx/scroll_forwarder.git
synced 2026-08-11 22:30:52 +02:00
@@ -1,5 +1,7 @@
|
|||||||
# scroll_forwarder
|
# scroll_forwarder
|
||||||
|
|
||||||
|
[](https://pub.dev/packages/arcane_analysis)
|
||||||
|
|
||||||
A Flutter widget that lets the empty space around a scrollable drive that scrollable. Mouse wheel, trackpad, and touch drags performed outside a scrollable's own hit area are forwarded to a target scroll position.
|
A Flutter widget that lets the empty space around a scrollable drive that scrollable. Mouse wheel, trackpad, and touch drags performed outside a scrollable's own hit area are forwarded to a target scroll position.
|
||||||
|
|
||||||
This is useful for layouts where a list or feed is centered on screen and the surrounding margins would otherwise swallow scroll input. The widget is a drop-in wrapper: put it around the whole layout, tell it which position to drive, and it handles the rest.
|
This is useful for layouts where a list or feed is centered on screen and the surrounding margins would otherwise swallow scroll input. The widget is a drop-in wrapper: put it around the whole layout, tell it which position to drive, and it handles the rest.
|
||||||
|
|||||||
Reference in New Issue
Block a user