Open gralmeidan opened 11 months ago
For PanGestureRecognizer the onEnd function is called whenever the user drags their finger on the widget, replaced with a direct Listener to pointer events with onPointerUp that triggers when the user lifts their finger from the carousel.
PanGestureRecognizer
onEnd
onPointerUp
For
PanGestureRecognizer
theonEnd
function is called whenever the user drags their finger on the widget, replaced with a direct Listener to pointer events withonPointerUp
that triggers when the user lifts their finger from the carousel.