개발/Flutter
로딩화면 제작 시 사용자 동작 못 하도록 만들기
dev_caleb
2022. 1. 31. 14:20
728x90
https://stackoverflow.com/questions/54220859/flutter-disable-touch-on-the-entire-screen
Flutter disable touch on the entire screen
Is there any way to prevent my screen from receiving touch events, I don't want to disable touch for every Widget in my app. I just want to lock the app so that it doesn't receive touch events. How...
stackoverflow.com
AbsorbPointer 또는 IgnorePointer 사용하기
728x90