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
With AbsolutebPointer, you can disable pointer (touch) operations in that area.
Stack-[ListView, Row-[AbsorbPointer]] is the best way to build a widget.
© 2024 OneMinuteCode. All rights reserved.