본문 바로가기
개발/Flutter

로딩화면 제작 시 사용자 동작 못 하도록 만들기

by dev_caleb 2022. 1. 31.
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

'개발 > Flutter' 카테고리의 다른 글

UCG update 문제  (0) 2022.01.31
How to setting Theme of flutter circular Progress Indicator bar Color  (0) 2022.01.31
Google map clustering  (0) 2022.01.26
google map clustering  (0) 2022.01.25
flutter google map show label without click  (0) 2022.01.25