ScrollWheel #1422
mminhlequang
started this conversation in
General
ScrollWheel
#1422
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
Here is my example in web, I want block these gestures when mouse comes inside our map, bad logic like my gif.
Any idea?
SingleChildScrollView(
child: Column(
children: [
...,
FlutterMap(
...,
options: MapOptions(
enableScrollWheel: true,
scrollWheelVelocity: 0.015,..)
),
...,
],
),
)
Beta Was this translation helpful? Give feedback.
All reactions