DETECTION METHOD OF SCROLLING FROM EDGE OF SCREEN AND FROM CENTRAL PART BY FLUTTER APPLICATION

Asked 1 years ago, Updated 1 years ago, 352 views

I am currently developing a flutter application, and I would like to make the screen transition when scrolling on the edge of the screen and ignore it in the center, but I don't know how to implement it.Please let me know how to implement it.Please.

flutter

2022-12-12 19:18

1 Answers

With AbsolutebPointer, you can disable pointer (touch) operations in that area.
Stack-[ListView, Row-[AbsorbPointer]] is the best way to build a widget.


2022-12-12 19:48

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.